Skip to content

Commit fb3bbf7

Browse files
committed
Try to fix GitHub actions workflow
1 parent b897b46 commit fb3bbf7

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)