Skip to content

Commit

Permalink
Add Tiled API key to testing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeaucage authored Sep 3, 2024
1 parent 08c3943 commit 9d73582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
C:\msys64\usr\bin\wget.exe https://github.com/usnistgov/PyHyperScattering/releases/download/0.0.0-example-data/CMS_giwaxs_series.zip
unzip CMS_giwaxs_series.zip
- name: Test with pytest
env:
TILED_API_KEY: ${{ secrets.TILED_API_KEY }}
run: |
#pytest -v
#temporarily disabling coverage for memory usage
Expand Down

0 comments on commit 9d73582

Please sign in to comment.