Skip to content

Commit

Permalink
ci: stop trying to use pip package cache for unit tests
Browse files Browse the repository at this point in the history
I think we have issues because we specify runs-on and container.
  • Loading branch information
consideRatio committed Sep 20, 2024
1 parent 1a81f10 commit 50904ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python_version }}"
cache: pip
cache-dependency-path: |
dev-requirements.txt
setup.py
.github/workflows/unit-tests.yaml

- name: Install venv, git, pip and setup venv
run: |
Expand Down

0 comments on commit 50904ef

Please sign in to comment.