We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168bbfe commit cb96877Copy full SHA for cb96877
1 file changed
.github/workflows/main.yml
@@ -78,6 +78,7 @@ jobs:
78
- name: Run tests
79
run: |
80
export ROOT_DIR=`pwd`
81
+ export JAX_ENABLE_X64=True
82
export PYTHONPATH=$PYTHONPATH:$ROOT_DIR/PyAutoConf
83
export PYTHONPATH=$PYTHONPATH:$ROOT_DIR/PyAutoFit
84
export PYTHONPATH=$PYTHONPATH:$ROOT_DIR/PyAutoArray
0 commit comments