Skip to content

Commit

Permalink
[CI] update uv, tox and uv-tox version
Browse files Browse the repository at this point in the history
  • Loading branch information
khoaguin committed Sep 27, 2024
1 parent 10de6ec commit c063522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-tests-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ jobs:
if: steps.changes.outputs.stack == 'true'
run: |
python -m pip install --upgrade pip
pip install uv==0.2.17 tox==4.16.0 tox-uv==1.9.0
pip install uv==0.4.16 tox==4.16.0 tox-uv==1.9.0
uv --version
- name: Get uv cache dir
if: steps.changes.outputs.stack == 'true'
Expand Down Expand Up @@ -957,7 +957,7 @@ jobs:
k3d cluster delete bigquery-high || true
k3d cluster delete bigquery-low || true
pr-tests-syft-scenario-k8s:
pr-tests-simulation-scenario-k8s:
strategy:
max-parallel: 99
matrix:
Expand Down Expand Up @@ -1010,7 +1010,7 @@ jobs:
if: steps.changes.outputs.stack == 'true'
run: |
python -m pip install --upgrade pip
pip install uv==0.2.17 tox==4.16.0 tox-uv==1.9.0
pip install uv==0.4.16 tox==4.20.0 tox-uv==1.13.0
uv --version
- name: Get uv cache dir
Expand Down

0 comments on commit c063522

Please sign in to comment.