We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16b43d commit 3949494Copy full SHA for 3949494
1 file changed
.github/workflows/ci.yml
@@ -36,14 +36,16 @@ jobs:
36
path: 'activitysim'
37
fetch-depth: 0 # get all tags, lets setuptools_scm do its thing
38
39
- - name: Setup Mambaforge
+ - name: Setup Miniforge
40
uses: conda-incubator/setup-miniconda@v3
41
with:
42
- miniforge-variant: Mambaforge
43
- miniforge-version: latest
44
- activate-environment: asim-test
45
- use-mamba: true
46
- python-version: ${{ matrix.python-version }}
+ auto-update-conda: true
+ miniforge-version: latest
+ mamba-version: "2.0.5"
+ conda-solver: classic
+ conda-remove-defaults: true
47
+ activate-environment: asim-test
48
+ python-version: ${{ matrix.python-version }}
49
50
- name: Set cache date for year and month
51
run: echo "DATE=$(date +'%Y%m')" >> $GITHUB_ENV
0 commit comments