We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72365b4 commit aaece54Copy full SHA for aaece54
.github/workflows/release.yml
@@ -498,7 +498,7 @@ jobs:
498
- name: Get rosettasciio tests data location
499
shell: bash
500
run: |
501
- ".\${{ env.WP_DIR_NAME }}\scripts\env.bat"
+ bash "${{ env.WP_DIR_NAME }}\scripts\env.bat"
502
python -c "from rsciio.tests import registry; print(f'ROSETTASCIIO_TEST_DATA={str(registry.TESTS_PATH / \"data\") }')" >> $GITHUB_ENV
503
504
- name: Cache rosettasciio data
0 commit comments