Skip to content

Commit

Permalink
Update github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjacovich committed Oct 7, 2024
1 parent 89aef4b commit ecef3cd
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 @@ -70,7 +70,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade wheel setuptools pip
python -m pip install --upgrade wheel
pip install pip==24.0 setuptools==56.0.0
pip install coverage==5.2.1
pip install coveralls==2.2.0
- uses: actions/download-artifact@master
Expand Down

0 comments on commit ecef3cd

Please sign in to comment.