Skip to content

Commit aaece54

Browse files
committed
Try to fix caching
1 parent 72365b4 commit aaece54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ jobs:
498498
- name: Get rosettasciio tests data location
499499
shell: bash
500500
run: |
501-
".\${{ env.WP_DIR_NAME }}\scripts\env.bat"
501+
bash "${{ env.WP_DIR_NAME }}\scripts\env.bat"
502502
python -c "from rsciio.tests import registry; print(f'ROSETTASCIIO_TEST_DATA={str(registry.TESTS_PATH / \"data\") }')" >> $GITHUB_ENV
503503
504504
- name: Cache rosettasciio data

0 commit comments

Comments
 (0)