Skip to content

Commit

Permalink
ci: Remove pip cache from setup-python
Browse files Browse the repository at this point in the history
Building the python versions seems to work fine.
The new action fails with a missing 'requirements.txt', suppose (hope)
that is due to trying to cache with `pip`. Removes that line to try to
fix that.
  • Loading branch information
st-bender committed Jul 22, 2023
1 parent 29621e2 commit 259e030
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache-build: true
cache: pip
- name: Install dependencies
run: |
pip install "numpy>=1.13.0,!=1.15.*"
Expand Down

0 comments on commit 259e030

Please sign in to comment.