Skip to content

Commit 9bc1b5d

Browse files
ricardoV94Ch0ronomato
authored andcommitted
CI: Torch not used in benchmark
1 parent d741b2c commit 9bc1b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
- name: Install dependencies
216216
shell: micromamba-shell {0}
217217
run: |
218-
micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}=*_cpython" mkl numpy scipy pip mkl-service cython pytest "numba>=0.57" jax jaxlib pytest-benchmark pytorch pytorch-cuda=12.1 -c pytorch -c nvidia
218+
micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}=*_cpython" mkl numpy scipy pip mkl-service cython pytest "numba>=0.57" jax jaxlib pytest-benchmark
219219
pip install -e ./
220220
micromamba list && pip freeze
221221
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'

0 commit comments

Comments
 (0)