Skip to content

Commit

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

0 comments on commit 68c6d67

Please sign in to comment.