Skip to content

Commit

Permalink
freeze pip version to 24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugdha Polimera committed Oct 29, 2024
1 parent 3bda8f7 commit 0b159b5
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 @@ -49,7 +49,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade wheel setuptools pip
python -m pip install --upgrade wheel setuptools pip==24.0
pip install coverage==5.2.1
pip install coveralls==2.2.0
Expand Down

0 comments on commit 0b159b5

Please sign in to comment.