Skip to content

Commit

Permalink
Update uv to version 0.2.18 & Ruff formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jun 30, 2024
1 parent c33bea1 commit 9b54f8b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cd-syftcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install checksumdir
run: |
python -m pip install --upgrade
python -m pip install uv==0.2.17
python -m pip install uv==0.2.18
uv --version
python -m uv install checksumdir
Expand All @@ -69,11 +69,10 @@ jobs:
if: ${{steps.get-hashes.outputs.current_hash != steps.get-hashes.outputs.previous_hash }}
run: |
python -m pip install --upgrade pip
python -p pip install uv==0.2.17
python -p pip install uv==0.2.18
uv --version
python -m uv pip install --upgrade tox setuptools wheel twine bump2version==1.0.1 PyYAML==6.0.1
- name: Bump the Version
if: ${{steps.get-hashes.outputs.current_hash != steps.get-hashes.outputs.previous_hash }}
id: bump-version
Expand Down Expand Up @@ -128,7 +127,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

0 comments on commit 9b54f8b

Please sign in to comment.