diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1298ea7..8a0b8f6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: python -m venv venv . venv/bin/activate pip install .[cpu,test] - pytest test --cov=pancax + JAX_ENABLE_X64=true pytest test --cov=pancax # - name: test-exodus # run: | # python -c 'import exodus3 as exodus'