Skip to content

Commit

Permalink
fix resources path
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Apr 17, 2024
1 parent 49a8081 commit 78d279e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: cache
with:
s3_bucket: $s3_bucket
dest_path: resources/neurips-2023-data/
dest_path: resources/neurips-2023-data
cache_key_prefix: resources_test__

- id: ns_list
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/cache@v4
timeout-minutes: 10
with:
path: resources_test
path: resources/neurips-2023-data
key: ${{ needs.list.outputs.cache_key }}

- name: Run test
Expand Down

0 comments on commit 78d279e

Please sign in to comment.