Skip to content

Commit

Permalink
Testing older pip version to avoid long running build env.
Browse files Browse the repository at this point in the history
  • Loading branch information
milo-hyben committed Sep 27, 2023
1 parent 2ab6dc8 commit ce633c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
run: |
set -euxo pipefail
# install older version of pip to fix the botched dependency resolver
pip install 'pip==20.3.3' --force-reinstall
pip install -r requirements-dev.txt
pip install -r requirements.txt
Expand Down

0 comments on commit ce633c7

Please sign in to comment.