Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jun 30, 2024
1 parent 058aab9 commit d17dd8c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pr-tests-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install uv==0.2.18
uv --version
python -m uv pip install tox tox-uv==1.9.0
pip install tox tox-uv==1.9.0
- name: Get uv cache dir
if: steps.changes.outputs.stack == 'true'
Expand Down Expand Up @@ -347,6 +347,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install uv==0.2.18
uv --version
pip install tox tox-uv==1.9.0
- name: Get uv cache dir
if: steps.changes.outputs.stack == 'true'
Expand All @@ -363,11 +364,6 @@ jobs:
key: ${{ runner.os }}-uv-py${{ matrix.python-version }}
restore-keys: |
${{ runner.os }}-uv-py${{ matrix.python-version }}
- name: Install tox
if: steps.changes.outputs.stack == 'true'
run: |
pip install tox tox-uv==1.9.0
- name: Install kubectl
if: steps.changes.outputs.stack == 'true'
Expand Down

0 comments on commit d17dd8c

Please sign in to comment.