File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,14 +143,13 @@ jobs:
143143 activate-environment : libefp-dev
144144 environment-file : export.yaml
145145 python-version : ${{ matrix.cfg.python-version }}
146- miniforge-variant : Mambaforge
147- use-mamba : true
148- channels : conda-forge,nodefaults
146+ channels : conda-forge
147+ conda-remove-defaults : true
149148
150149 - name : Environment Information
151150 run : |
152- mamba info
153- mamba list
151+ conda info
152+ conda list
154153
155154 - name : Configure CMake
156155 run : |
@@ -225,7 +224,7 @@ jobs:
225224 # Step is unnecessary; remove for debugging.
226225 - name : Confound Environment - test fetched pybind11
227226 if : ${{ matrix.cfg.blas == 'OBL' }}
228- run : mamba remove pybind11
227+ run : conda remove pybind11
229228
230229 - name : Build & Install Python bindings
231230 run : |
You can’t perform that action at this time.
0 commit comments