We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2f131 commit 5e8d05fCopy full SHA for 5e8d05f
.github/workflows/main.yml
@@ -66,6 +66,7 @@ jobs:
66
- name: Run tests
67
run: |
68
export ROOT_DIR=`pwd`
69
+ export JAX_ENABLE_X64=True
70
export PYTHONPATH=$PYTHONPATH:$ROOT_DIR/PyAutoConf
71
export PYTHONPATH=$PYTHONPATH:$ROOT_DIR/PyAutoArray
72
pushd PyAutoArray
0 commit comments