Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,13 @@ jobs:
activate-environment: libefp-dev
environment-file: export.yaml
python-version: ${{ matrix.cfg.python-version }}
miniforge-variant: Mambaforge
use-mamba: true
channels: conda-forge,nodefaults
channels: conda-forge
conda-remove-defaults: true

- name: Environment Information
run: |
mamba info
mamba list
conda info
conda list

- name: Configure CMake
run: |
Expand Down Expand Up @@ -225,7 +224,7 @@ jobs:
# Step is unnecessary; remove for debugging.
- name: Confound Environment - test fetched pybind11
if: ${{ matrix.cfg.blas == 'OBL' }}
run: mamba remove pybind11
run: conda remove pybind11

- name: Build & Install Python bindings
run: |
Expand Down
Loading