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 b246827 commit 04e6957Copy full SHA for 04e6957
.github/workflows/release.yml
@@ -481,11 +481,10 @@ jobs:
481
python check_hyperspy_latest.py
482
483
- name: Get rosettasciio tests data location
484
- shell: powershell
+ shell: bash
485
run: |
486
- & "${{ env.WP_DIR_NAME }}\scripts\env.bat"
487
- $output = python -c "from rsciio.tests import registry; data_path = str(registry.TESTS_PATH / 'data'); print(f'ROSETTASCIIO_TEST_DATA={data_path}')"
488
- Add-Content -Path $env:GITHUB_ENV -Value $output
+ ".\${{ env.WP_DIR_NAME }}\scripts\env.bat"
+ python -c "from rsciio.tests import registry; print(f'ROSETTASCIIO_TEST_DATA={str(registry.TESTS_PATH / \"data\") }')" >> $GITHUB_ENV
489
490
- name: Cache rosettasciio data
491
uses: actions/cache@v4
0 commit comments