Skip to content

Commit

Permalink
Merge branch 'main' into fix-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger authored Jan 22, 2024
2 parents 5baa36a + af3fefb commit 0d97f5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: style-0-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: build-0-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: test-0-${{ env.pythonLocation }}-${{ env.os }}-${{ hashFiles('pyproject.toml') }}
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
shell: bash
name: 'Get testing version'

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
key: ${{ env.TESTING_VERSION }}
path: ~/mne_data
Expand Down

0 comments on commit 0d97f5d

Please sign in to comment.