Skip to content

Commit

Permalink
remove unused pip cache config in GHA test.yml Python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Mar 25, 2024
1 parent 7a549d4 commit 47da306
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 @@ -50,10 +50,6 @@ jobs:

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: setup.py

- name: Install uv
run: pip install uv
Expand Down

0 comments on commit 47da306

Please sign in to comment.