Merge pull request #257 from Lulus792/test_suit_error #268
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Package & Test | |
| on: [push, pull_request] | |
| jobs: | |
| package_and_test: | |
| # Use the "reusable workflow" from the hyperspy organisation | |
| uses: hyperspy/.github/.github/workflows/package_and_test.yml@main | |
| with: | |
| ORGANISATION: lumispy |