Skip to content

Commit

Permalink
re-add setuptools freeze.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjacovich committed Nov 1, 2023
1 parent 933274d commit ed70233
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 @@ -15,7 +15,7 @@ jobs:

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

0 comments on commit ed70233

Please sign in to comment.