File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
- uses : actions/setup-python@v4
59
59
with :
60
60
python-version : ${{ matrix.python-version }}
61
- -
uses :
pre-commit/[email protected]
61
+ # - uses: pre-commit/[email protected]
62
62
63
63
test_ubuntu :
64
64
name : " Test py${{ matrix.python-version }} : fast-compile ${{ matrix.fast-compile }} : float32 ${{ matrix.float32 }} : ${{ matrix.part }}"
70
70
strategy :
71
71
fail-fast : false
72
72
matrix :
73
- python-version : ["3.8", "3.11" ]
73
+ python-version : ["3.8"]
74
74
fast-compile : [0,1]
75
75
float32 : [0,1]
76
76
install-numba : [1]
@@ -118,7 +118,7 @@ jobs:
118
118
shell : bash -l {0}
119
119
run : |
120
120
mamba install --yes -q "python~=${PYTHON_VERSION}=*_cpython" mkl numpy scipy pip mkl-service graphviz cython pytest coverage pytest-cov pytest-benchmark sympy
121
- if [[ $INSTALL_NUMBA == "1" ]]; then mamba install --yes -q - c conda-forge "python~=${PYTHON_VERSION}=*_cpython" "numba>=0.57" numba-scipy; fi
121
+ if [[ $INSTALL_NUMBA == "1" ]]; then mamba install --yes -c conda-forge "python~=${PYTHON_VERSION}=*_cpython" "numpy=1.22 " "numba>=0.57" numba-scipy; fi
122
122
mamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}=*_cpython" jax jaxlib numpyro
123
123
pip install -e ./
124
124
mamba list && pip freeze
You can’t perform that action at this time.
0 commit comments