Skip to content

Commit c5859d9

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

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
@@ -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:

0 commit comments

Comments
 (0)