Skip to content

Commit

Permalink
changing python actions
Browse files Browse the repository at this point in the history
  • Loading branch information
femalves committed Aug 14, 2024
1 parent 8a4bfd1 commit 7d1ea7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade wheel setuptools==57 pip
python -m pip install --upgrade wheel setuptools==57 pip==24.0
pip install -U -r requirements.txt
pip install -U -r dev-requirements.txt
Expand Down

0 comments on commit 7d1ea7e

Please sign in to comment.