diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index d623fc4a8..7bbc687a1 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -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