Skip to content

Commit

Permalink
CI: try pip install -U flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Sep 7, 2023
1 parent e9fa681 commit 6ae2675
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
shell: bash
run: |
set -e
pip install cotengrust --find-links dist --force-reinstall
pip install cotengrust -U --find-links dist --force-reinstall
pip install -r requirements-tests.txt
pytest --verbose -x
- name: pytest
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
shell: bash
run: |
set -e
pip install cotengrust --find-links dist --force-reinstall
pip install cotengrust -U --find-links dist --force-reinstall
pip install -r requirements-tests.txt
pytest --verbose -x
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
shell: bash
run: |
set -e
pip install cotengrust --find-links dist --force-reinstall
pip install cotengrust -U --find-links dist --force-reinstall
pip install -r requirements-tests.txt
pytest --verbose -x
Expand Down

0 comments on commit 6ae2675

Please sign in to comment.