File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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
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
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
You can’t perform that action at this time.
0 commit comments