Skip to content

Commit

Permalink
Add pisa resources path to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWeldert authored Aug 28, 2024
1 parent 17ba2fa commit 76263cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
PISA_FTYPE=fp32 PISA_TARGET=cpu MPLBACKEND=agg ./pisa_tests/test_example_pipelines.py -v
- name: Test PISA services, double precision
run: |
PISA_FTYPE=fp64 PISA_TARGET=cpu MPLBACKEND=agg ./pisa_tests/test_services.py -v
PISA_FTYPE=fp64 PISA_TARGET=cpu PISA_RESOURCES=./pisa_examples/resources MPLBACKEND=agg ./pisa_tests/test_services.py -v
- name: Test PISA imports and unit tests, double precision
run: |
pip install pytest
Expand Down

0 comments on commit 76263cb

Please sign in to comment.