Skip to content

Commit

Permalink
Upgrade base image and downgrade pip to fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarin committed Jul 15, 2024
1 parent 5bf3561 commit a070253
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
python-version: "3.10"
- name: Install requirements
run: |
pip install --upgrade pip==24.0
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install -e .
Expand Down

0 comments on commit a070253

Please sign in to comment.