Skip to content

Commit

Permalink
do not configure mamba and run conda info before build
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Aug 22, 2023
1 parent 6991730 commit b9fa407
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/conda_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
with:
miniconda-version: "latest"
auto-update-conda: true
channel-priority: strict
mamba-version: "*"
# channel-priority: strict
# mamba-version: "*"
python-version: ${{ matrix.python }}
activate-environment: test
channels: conda-forge, mesonomics
Expand All @@ -40,6 +40,11 @@ jobs:
conda create -n recipe python=${{ matrix.python }}
conda install -y -n recipe boa conda-build
- name: conda info
run: |
conda info
conda list
- name: conda build for ${{ matrix.os }}
run: |
conda activate recipe
Expand Down

0 comments on commit b9fa407

Please sign in to comment.