Skip to content

Commit 7591996

Browse files
committed
wipe cache
1 parent ef02ecf commit 7591996

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
# Increase this value to reset cache if
155155
# continuous_integration/environment-${{ matrix.environment }}.yaml has not
156156
# changed. See also same variable in .pre-commit-config.yaml
157-
CACHE_NUMBER: 0
157+
CACHE_NUMBER: 1
158158
id: cache
159159

160160
- name: Update environment

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ repos:
6969

7070
# Increase this value to clear the cache on GitHub actions if nothing else in this file
7171
# has changed. See also same variable in .github/workflows/test.yaml
72-
# CACHE_NUMBER: 0
72+
# CACHE_NUMBER: 1

0 commit comments

Comments
 (0)