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 aaece54 commit aeaaad2Copy full SHA for aeaaad2
.github/workflows/release.yml
@@ -496,10 +496,9 @@ jobs:
496
python check_hyperspy_latest.py
497
498
- name: Get rosettasciio tests data location
499
- shell: bash
500
run: |
501
- 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
+ call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
+ python -c "from rsciio.tests import registry; data_path=str(registry.TESTS_PATH / 'data'); print(f'ROSETTASCIIO_TEST_DATA={data_path}')">> %GITHUB_ENV%
503
504
- name: Cache rosettasciio data
505
uses: actions/cache@v4
0 commit comments