Skip to content

Commit d73ff74

Browse files
Jammy2211Jammy2211
authored andcommitted
JAX 64 bit
1 parent 024ad5c commit d73ff74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)