File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,16 @@ 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
43- miniforge-version : latest
44- activate-environment : asim-test
45- use-mamba : true
46- python-version : ${{ matrix.python-version }}
42+ auto-update-conda : true
43+ miniforge-version : latest
44+ mamba-version : " 2.0.5"
45+ conda-solver : classic
46+ conda-remove-defaults : true
47+ activate-environment : asim-test
48+ python-version : ${{ matrix.python-version }}
4749
4850 - name : Set cache date for year and month
4951 run : echo "DATE=$(date +'%Y%m')" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments