Skip to content

Commit

Permalink
Update pr-tests-stack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jun 30, 2024
1 parent fe32e84 commit 16becbc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/pr-tests-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
if: steps.changes.outputs.stack == 'true'
run: |
python -m pip install --upgrade pip
pip install uv==0.2.17
python -m pip install uv==0.2.17
uv --version
uv pip install tox tox-uv==1.9.0
python -m uv pip install tox tox-uv==1.9.0
- name: Run syft backend base image building test
if: steps.changes.outputs.stack == 'true'
Expand Down Expand Up @@ -95,9 +95,9 @@ jobs:
if: steps.changes.outputs.stack == 'true'
run: |
python -m pip install --upgrade pip
pip install uv==0.2.17
python -m pip install uv==0.2.17
uv --version
uv pip install tox tox-uv==1.9.0
python -m uv pip install tox tox-uv==1.9.0
- name: Get uv cache dir
if: steps.changes.outputs.stack == 'true'
Expand Down Expand Up @@ -179,8 +179,9 @@ jobs:
if: steps.changes.outputs.stack == 'true'
run: |
python -m pip install --upgrade pip
pip install uv==0.2.17 tox tox-uv==1.9.0
python -m pip install uv==0.2.17
uv --version
python -m uv install tox tox-uv==1.9.0
- name: Get uv cache dir
if: steps.changes.outputs.stack == 'true'
Expand Down Expand Up @@ -328,9 +329,9 @@ jobs:
if: steps.changes.outputs.stack == 'true'
run: |
python -m pip install --upgrade pip
pip install uv==0.2.17
python -m pip install uv==0.2.17
uv --version
uv pip install tox tox-uv==1.9.0
python -m uv pip install tox tox-uv==1.9.0
- name: Get uv cache dir
if: steps.changes.outputs.stack == 'true'
Expand Down

0 comments on commit 16becbc

Please sign in to comment.