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 e0272d6 commit c33bea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Install 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 install tox tox-uv==1.9.0 bump2version==1.0.1
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
- name: Install 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 install tox tox-uv==1.9.0 setuptools wheel twine bump2version PyYAML
Expand Down

0 comments on commit c33bea1

Please sign in to comment.