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 ecef3cd commit 3828806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:

- name: Install dependencies
run: |
pip install pip==24.0
pip install -U -r requirements.txt
pip install -U -r dev-requirements.txt
Expand All @@ -70,8 +71,7 @@ jobs:

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

0 comments on commit 3828806

Please sign in to comment.