Skip to content

Commit 8f6d241

Browse files
authored
Update python.yml
1 parent 2185f4b commit 8f6d241

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v2
20-
- name: Use Python ${{ matrix.node-version }}
20+
- name: Use Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v2
2222
with:
23-
node-version: ${{ matrix.node-version }}
24-
cache: 'yarn'
23+
python-version: ${{ matrix.python-version }}
24+
cache: 'pip'
2525
- run: make
2626
- run: make test-travis

0 commit comments

Comments
 (0)