Skip to content

Commit

Permalink
fix: removing pip cache, seems to error out in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chartotu19 committed Jan 6, 2025
1 parent 5fcb3d8 commit 6579048
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"

- name: Install uv
uses: astral-sh/setup-uv@v5
Expand Down Expand Up @@ -53,7 +52,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "pip"

- name: Install uv
uses: astral-sh/setup-uv@v5
Expand Down Expand Up @@ -83,7 +81,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "pip"

- name: Install dependencies
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "pip"

- name: Install uv
uses: astral-sh/setup-uv@v5
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "pip"

- name: Install uv
uses: astral-sh/setup-uv@v5


- name: Install dependencies
run: |
uv venv
Expand Down

0 comments on commit 6579048

Please sign in to comment.