Skip to content

Commit

Permalink
debug constraints-future.txt installation
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Mar 17, 2024
1 parent a2743f7 commit 8554c78
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,10 @@ jobs:
constraints: '--constraint constraints-oldest.txt'
- os: ubuntu-latest
python-version: '3.12'
post_install: pip install -r constraints-future.txt
--upgrade --upgrade-strategy=eager
post_install: pip uninstall -r constraints-future.txt
pip install -r constraints-future.txt
--upgrade --upgrade-strategy=eager ;
pip list
needs:
- build-wheel
steps:
Expand Down

0 comments on commit 8554c78

Please sign in to comment.