Skip to content

Commit

Permalink
fix CI lanes
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Sep 17, 2024
1 parent 8e00c9e commit 25fd98b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ jobs:
python-version: ${{ matrix.cfg.python-version }}
auto-activate-base: false
show-channel-urls: true
use-mamba: true
add-pip-as-python-dependency: true
# note: conda-forge chnl req'd for Mambaforge, but we'll spec in file, not here `channels: conda-forge,...`
# note: any activate/deactivate use the conda cmd. other cmds use mamba cmd.
Expand Down Expand Up @@ -166,8 +165,8 @@ jobs:
- name: Environment Information
run: |
mamba info
mamba list
conda info
conda list
- name: Install QCEngine
run: |
Expand Down Expand Up @@ -215,14 +214,13 @@ jobs:
environment-file: devtools/conda-envs/${{ matrix.cfg.conda-env }}.yaml
python-version: ${{ matrix.cfg.python-version }}
auto-activate-base: false
use-mamba: true
add-pip-as-python-dependency: true
channels: conda-forge

- name: Environment Information
run: |
mamba info
mamba list --show-channel-urls
conda info
conda list --show-channel-urls
- name: Build Documentation
run: |
Expand Down

0 comments on commit 25fd98b

Please sign in to comment.