Skip to content

Commit

Permalink
Update uv to version 0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jun 30, 2024
1 parent a64b5c9 commit edfc021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-post-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Upgrade pip
run: |
python -m pip install --upgrade pip
python -m pip install uv==0.2.17
python -m pip install uv==0.2.18
uv --version
- name: Get pip cache dir
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Install pip dependencies
run: |
python -m pip install --upgrade pip
python -m pip install uv==0.2.17
python -m pip install uv==0.2.18
uv --version
python -m uv pip install tox tox-uv==1.9.0
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Upgrade pip and dependencies
run: |
python -m pip install --upgrade pip
python -m pip install uv==0.2.17
python -m pip install uv==0.2.18
uv --version
python -m uv pip install tox tox-uv==1.9.0 tox-current-env
Expand Down

0 comments on commit edfc021

Please sign in to comment.