Skip to content

Commit f65c723

Browse files
committed
ci: Don't use default channel
1 parent e10fbb8 commit f65c723

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci-ubuntu-macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

.github/workflows/ci-windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)