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 157e21d commit f522117
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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
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 Expand Up @@ -95,7 +95,7 @@ jobs:
if: steps.changes.outputs.stack == 'true'
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 Expand Up @@ -179,7 +179,7 @@ jobs:
if: steps.changes.outputs.stack == 'true'
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 All @@ -188,7 +188,7 @@ jobs:
id: pip-cache
shell: bash
run: |
echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: Load github cache
uses: actions/cache@v4
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
if: steps.changes.outputs.stack == 'true'
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 All @@ -338,7 +338,7 @@ jobs:
id: pip-cache
shell: bash
run: |
echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: Load github cache
uses: actions/cache@v4
Expand Down

0 comments on commit f522117

Please sign in to comment.