Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
marsipu committed Aug 27, 2023
1 parent a585a60 commit 70c2aff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ jobs:
mkdir -p mne/datasets
curl --output-dir mne/datasets/ --remote-name https://raw.githubusercontent.com/mne-tools/mne-python/main/tools/config.py
curl --remote-name https://raw.githubusercontent.com/mne-tools/mne-python/main/tools/get_testing_version.sh
export TESTING_VERSION=$(get_testing_version.sh)
echo $TESTING_VERSION
echo "local_test=$(./get_testing_version.sh)" >> $GITHUB_ENV
echo ${TESTING_VERSION}
echo ${local_test}
- uses: actions/cache@v3
with:
key: $TESTING_VERSION
key: ${{ env.TESTING_VERSION }}
path: ~/mne_data
name: 'Cache testing data'
- run: python -c 'import mne; print(mne.datasets.testing.data_path(verbose=True))'
Expand Down

0 comments on commit 70c2aff

Please sign in to comment.