Skip to content

Commit cec006c

Browse files
committed
disable pip cache as it expect requirements.txt file to exists
1 parent 5fb3f02 commit cec006c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_suite.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
uses: actions/[email protected]
2222
with:
2323
python-version: ${{ matrix.python-version }}
24-
cache: 'pip'
24+
2525
- run: pip install tox tox-gh-actions codecov
26+
2627
- run: tox
28+
2729
- run: codecov

0 commit comments

Comments
 (0)