Skip to content

Commit

Permalink
Update pip install command
Browse files Browse the repository at this point in the history
  • Loading branch information
berinhard committed Nov 23, 2022
1 parent 0312419 commit 1617495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 42,7 @@ jobs:
run: python --version

- name: Upgrade pip
run: pip install --upgrade pip setuptools --user
run: python -m pip install --upgrade pip setuptools --user

- name: Install dev dependencies
run: pip install -r dev-requirements.txt
Expand Down

0 comments on commit 1617495

Please sign in to comment.