Skip to content

Commit fad41b3

Browse files
committed
these have merged
1 parent c7377d7 commit fad41b3

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)