Skip to content

Commit 1256fee

Browse files
committed
Temporarily skip micromamba list
Due to mamba-org/setup-micromamba#225
1 parent 6bb9b59 commit 1256fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
pip install pytest-sphinx
162162
163163
pip install -e ./
164-
micromamba list && pip freeze
164+
pip freeze
165165
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
166166
python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"'
167167
env:
@@ -217,7 +217,7 @@ jobs:
217217
run: |
218218
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
219219
pip install -e ./
220-
micromamba list && pip freeze
220+
pip freeze
221221
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
222222
python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"'
223223
env:

0 commit comments

Comments
 (0)