Skip to content

Commit 7f2c415

Browse files
committed
use miniforge
1 parent e9467f7 commit 7f2c415

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ jobs:
3636
path: 'activitysim'
3737
fetch-depth: 0 # get all tags, lets setuptools_scm do its thing
3838

39-
- name: Setup Mambaforge
39+
- name: Setup Miniforge
4040
uses: conda-incubator/setup-miniconda@v3
4141
with:
42-
miniforge-variant: Mambaforge
42+
auto-update-conda: true
4343
miniforge-version: latest
44+
conda-solver: classic
45+
conda-remove-defaults: true
4446
activate-environment: asim-test
45-
use-mamba: true
4647
python-version: ${{ matrix.python-version }}
4748

4849
- name: Set cache date for year and month
@@ -56,7 +57,7 @@ jobs:
5657

5758
- name: Update environment
5859
run: |
59-
mamba env update -n asim-test -f activitysim/conda-environments/github-actions-tests.yml
60+
conda env update -n asim-test -f activitysim/conda-environments/github-actions-tests.yml
6061
if: steps.cache.outputs.cache-hit != 'true'
6162

6263
- name: Install activitysim
@@ -67,8 +68,8 @@ jobs:
6768
python -m pip install ./activitysim --no-deps
6869
- name: Conda checkup
6970
run: |
70-
mamba info -a
71-
mamba list
71+
conda info -a
72+
conda list
7273
- name: Test this implementation
7374
run: |
7475
cd activitysim-sandag-abm3/test

0 commit comments

Comments
 (0)