Skip to content

Commit a06f906

Browse files
committed
Temporarily invalidate cache
1 parent 6e74524 commit a06f906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Get current week number of year
112112
id: date
113-
run: echo "date=$(date +%Y-W%W)" >> $GITHUB_OUTPUT # e.g., 2024-W19
113+
run: echo "date=$(date +%Y-W%W-)" >> $GITHUB_OUTPUT # e.g., 2024-W19
114114

115115
# Install Micromamba with conda-forge dependencies
116116
- name: Setup Micromamba

0 commit comments

Comments
 (0)