Skip to content

Commit

Permalink
fix paths (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanc committed Feb 10, 2025
1 parent 29a753b commit e84762d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/translate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
id: cache-restore
uses: actions/cache/restore@v4
with:
path: cd ${GITHUB_WORKSPACE}/pyFV3/test_data
key: ${{ env.DATA_PATH }}
path: ${GITHUB_WORKSPACE}/pyFV3/test_data

- name: Download test_data (if not cached)
if: steps.cache-restore.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -125,5 +125,5 @@ jobs:
id: cache-save
uses: actions/cache/save@v4
with:
path: cd ${GITHUB_WORKSPACE}/pyFV3/test_data/test_data
path: ${GITHUB_WORKSPACE}/pyFV3/test_data/test_data
key: ${{ steps.cache-restore.outputs.cache-primary-key }}

0 comments on commit e84762d

Please sign in to comment.