Skip to content

Commit

Permalink
use macos cache with win
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Jun 3, 2024
1 parent 2b37f83 commit 992d27d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,13 @@ jobs:
run: |
echo "dataset_hash=$(git ls-remote https://gin.g-node.org/NeuralEnsemble/elephant-data.git HEAD | cut -f1)" >> $GITHUB_OUTPUT
- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4.0.2
# Loading cache of elephant-data
id: cache-datasets
with:
path: ~/elephant-data
key: ${{ runner.os }}-datasets-${{ steps.elephant-data.outputs.dataset_hash }}
restore-keys: ${{ runner.os }}-datasets-
key: datasets-${{ steps.elephant-data.outputs.dataset_hash }}
restore-keys: datasets-

- name: Install dependencies
run: |
Expand Down

0 comments on commit 992d27d

Please sign in to comment.