Skip to content

Commit db4554e

Browse files
committed
Try to fix GitHub actions workflow
1 parent b2e18c4 commit db4554e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
# These versions match the minimum and maximum versions of pip in
1919
# requirements.txt
20-
extra-pip-version-to-install: ['==10.0.1', '<= 19']
20+
pip-version: ['==10.0.1', '<= 19']
2121
python-version: [3.6, 3.7, 3.8]
2222

2323
steps:
@@ -30,7 +30,7 @@ jobs:
3030
- name: "Install dependencies"
3131
run: |
3232
pip install --upgrade --editable .[dev]
33-
pip install --upgrade 'pip ${{ extra-pip-version-to-install }}'
33+
pip install --upgrade 'pip ${{ matrix.pip-version }}
3434
pip install flake8
3535
3636
- name: "Lint"

0 commit comments

Comments
 (0)