We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2185f4b commit 8f6d241Copy full SHA for 8f6d241
.github/workflows/python.yml
@@ -17,10 +17,10 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v2
20
- - name: Use Python ${{ matrix.node-version }}
+ - name: Use Python ${{ matrix.python-version }}
21
uses: actions/setup-python@v2
22
with:
23
- node-version: ${{ matrix.node-version }}
24
- cache: 'yarn'
+ python-version: ${{ matrix.python-version }}
+ cache: 'pip'
25
- run: make
26
- run: make test-travis
0 commit comments