We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282fa63 commit 43586bdCopy full SHA for 43586bd
.github/workflows/unit_tests.yml
@@ -212,7 +212,7 @@ jobs:
212
uses: actions/cache@v4
213
with:
214
path: ${{ env.pythonLocation }}
215
- key: test-2-${{ env.pythonLocation }}-${{ env.os }}-${{ hashFiles('pyproject.toml') }}
+ key: test-2-${{ env.pythonLocation }}-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mne-version }}-${{ hashFiles('pyproject.toml') }}
216
217
- name: Install Python dependencies using pip
218
# This would be nicer once this feature is implemented: https://github.com/pypa/pip/issues/11440
0 commit comments