Skip to content

Commit 09f31db

Browse files
committed
Debug action workflow - force cache refresh
1 parent 750d118 commit 09f31db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Latest commit
55

66
env:
7-
CACHE_VERSION: 1
7+
CACHE_VERSION: 2
88
DEFAULT_PYTHON: 3.9
99
PRE_COMMIT_HOME: ~/.cache/pre-commit
1010

@@ -231,9 +231,6 @@ jobs:
231231
- name: Run all tests
232232
run: |
233233
. venv/bin/activate
234-
which python
235-
which pytest
236-
ls -la venv/bin
237234
pytest --log-level info tests/*.py --cov='.'
238235
- name: Upload coverage artifact
239236
uses: actions/[email protected]

0 commit comments

Comments
 (0)