File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ jobs:
121121 - name : Tests
122122 run : |
123123 pushd "${{ matrix.project.path }}"
124+ export JAX_ENABLE_X64=True
124125 pip install matplotlib==3.6.0
125126 pip install pytest
126127 python3 -m pytest
@@ -243,6 +244,7 @@ jobs:
243244 run : |
244245 export PYTHONPATH=$PYTHONPATH:$(pwd)/PyAutoBuild
245246 export PATH=$PATH:$(pwd)/PyAutoBuild/autobuild
247+ export JAX_ENABLE_X64=True
246248 AUTOBUILD_PATH="$(pwd)/PyAutoBuild/autobuild"
247249
248250 if [[ ${{ matrix.project.name }} == *_test ]]
@@ -340,6 +342,7 @@ jobs:
340342 else
341343 export PYAUTOFIT_TEST_MODE=1
342344 fi
345+ export JAX_ENABLE_X64=True
343346
344347 export PYTHONPATH=$PYTHONPATH:$(pwd)/PyAutoBuild
345348 AUTOBUILD_PATH="$(pwd)/PyAutoBuild/autobuild"
You can’t perform that action at this time.
0 commit comments