Skip to content

Commit 8bdb3d6

Browse files
committed
Use pip version in a string
1 parent 6247cc2 commit 8bdb3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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${{extra-pip-version-to-install}}'
3434
pip install flake8
3535
3636
- name: "Lint"

0 commit comments

Comments
 (0)