Skip to content

Commit

Permalink
[CI] reverted to use uv==0.4.1 tox==4.18.0 tox-uv==1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khoaguin committed Sep 30, 2024
1 parent 9185cf9 commit c7ee5fe
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pr-tests-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: steps.changes.outputs.stack == 'true'
run: |
python -m pip install --upgrade pip
pip install uv==0.4.16 tox==4.20.0 tox-uv==1.13.0
pip install uv==0.4.1 tox==4.18.0 tox-uv==1.11.2
uv --version
- name: Run syft backend base image building test
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
if: steps.changes.outputs.stack == 'true'
run: |
python -m pip install --upgrade pip
pip install uv==0.4.16 tox==4.20.0 tox-uv==1.13.0
pip install uv==0.4.1 tox==4.18.0 tox-uv==1.11.2
uv --version
- name: Get uv cache dir
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
if: steps.changes.outputs.stack == 'true'
run: |
python -m pip install --upgrade pip
pip install uv==0.4.16 tox==4.20.0 tox-uv==1.13.0
pip install uv==0.4.1 tox==4.18.0 tox-uv==1.11.2
uv --version
- name: Get uv cache dir
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
if: steps.changes.outputs.stack == 'true'
run: |
python -m pip install --upgrade pip
pip install uv==0.4.16 tox==4.20.0 tox-uv==1.13.0
pip install uv==0.4.1 tox==4.18.0 tox-uv==1.11.2
uv --version
- name: Get uv cache dir
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
if: steps.changes.outputs.stack == 'true'
run: |
python -m pip install --upgrade pip
pip install uv==0.4.16 tox==4.20.0 tox-uv==1.13.0
pip install uv==0.4.1 tox==4.18.0 tox-uv==1.11.2
uv --version
- name: Get uv cache dir
Expand Down Expand Up @@ -597,7 +597,7 @@ jobs:
if: steps.changes.outputs.syft == 'true'
run: |
python -m pip install --upgrade pip
pip install uv==0.4.16 tox==4.20.0 tox-uv==1.13.0
pip install uv==0.4.1 tox==4.18.0 tox-uv==1.11.2
uv --version
- name: Get uv cache dir
Expand Down Expand Up @@ -657,7 +657,7 @@ jobs:
if: steps.changes.outputs.syft == 'true'
run: |
python -m pip install --upgrade pip
pip install uv==0.4.16 tox==4.20.0 tox-uv==1.13.0
pip install uv==0.4.1 tox==4.18.0 tox-uv==1.11.2
uv --version
- name: Get uv cache dir
Expand Down Expand Up @@ -734,7 +734,7 @@ jobs:
if: steps.changes.outputs.stack == 'true'
run: |
python -m pip install --upgrade pip
pip install uv==0.4.16 tox==4.20.0 tox-uv==1.13.0
pip install uv==0.4.1 tox==4.18.0 tox-uv==1.11.2
uv --version
- name: Get uv cache dir
Expand Down Expand Up @@ -875,7 +875,7 @@ jobs:
if: steps.changes.outputs.stack == 'true'
run: |
python -m pip install --upgrade pip
pip install uv==0.4.16 tox==4.20.0 tox-uv==1.13.0
pip install uv==0.4.1 tox==4.18.0 tox-uv==1.11.2
uv --version
- name: Get uv cache dir
if: steps.changes.outputs.stack == 'true'
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.4.16 tox==4.20.0 tox-uv==1.13.0
pip install uv==0.4.1 tox==4.18.0 tox-uv==1.11.2
uv --version
- name: Get uv cache dir
Expand Down

0 comments on commit c7ee5fe

Please sign in to comment.