Skip to content

Commit

Permalink
CI/testing issues
Browse files Browse the repository at this point in the history
 	modified:   python_actions.yml
  • Loading branch information
seasidesparrow committed Jul 29, 2024
1 parent 1c6ecf5 commit 04eb0c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:

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

0 comments on commit 04eb0c4

Please sign in to comment.