Skip to content

Commit 43586bd

Browse files
more CI adjustment
1 parent 282fa63 commit 43586bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
uses: actions/cache@v4
213213
with:
214214
path: ${{ env.pythonLocation }}
215-
key: test-2-${{ env.pythonLocation }}-${{ env.os }}-${{ hashFiles('pyproject.toml') }}
215+
key: test-2-${{ env.pythonLocation }}-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mne-version }}-${{ hashFiles('pyproject.toml') }}
216216

217217
- name: Install Python dependencies using pip
218218
# This would be nicer once this feature is implemented: https://github.com/pypa/pip/issues/11440

0 commit comments

Comments
 (0)