File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,12 @@ jobs:
2828
2929 - uses : conda-incubator/setup-miniconda@v3
3030 with :
31+ miniforge-version : latest
3132 activate-environment : pycppad
32- auto-update-conda : true
3333 environment-file : .github/workflows/conda/conda-env.yml
34- python-version : 3.8
34+ auto-update-conda : true
3535 auto-activate-base : false
36+ conda-remove-defaults : true
3637
3738 - name : Build PyCppAD
3839 shell : bash -el {0}
Original file line number Diff line number Diff line change @@ -28,11 +28,12 @@ jobs:
2828
2929 - uses : conda-incubator/setup-miniconda@v3
3030 with :
31+ miniforge-version : latest
3132 activate-environment : pycppad
32- auto-update-conda : true
3333 environment-file : .github/workflows/conda/conda-env.yml
34- python-version : 3.8
34+ auto-update-conda : true
3535 auto-activate-base : false
36+ conda-remove-defaults : true
3637
3738 - name : Build PyCppAD
3839 shell : cmd /C CALL {0}
You can’t perform that action at this time.
0 commit comments