Skip to content

Commit

Permalink
fix failed setup-python cache
Browse files Browse the repository at this point in the history
  • Loading branch information
darjeeling committed Nov 13, 2024
1 parent 5bbe0a5 commit 5b0e8f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: "pyproject.toml"

- name: Install uv
uses: astral-sh/setup-uv@v3
Expand Down Expand Up @@ -99,8 +97,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: "pyproject.toml"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 5b0e8f7

Please sign in to comment.