Skip to content

Commit

Permalink
👷 add --upgrade flag to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Apr 4, 2024
1 parent 5e078c4 commit 5b5d8cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements.dev.txt
pip install -r requirements.txt -r requirements.dev.txt --upgrade
- name: Run tests with pytest
run: pytest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements.dev.txt
pip install -r requirements.txt -r requirements.dev.txt --upgrade
- name: Run tests with pytest
run: pytest

Expand Down

0 comments on commit 5b5d8cb

Please sign in to comment.