We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72e27f commit e687080Copy full SHA for e687080
.github/workflows/ci-linux-osx-win-conda.yml
@@ -57,22 +57,12 @@ jobs:
57
with:
58
submodules: recursive
59
60
- - uses: conda-incubator/setup-miniconda@v2
61
- if: matrix.os != 'macos-14'
62
- with:
63
- miniforge-variant: Mambaforge
64
- miniforge-version: latest
65
- channels: conda-forge
66
- python-version: "3.10"
67
- activate-environment: proxsuite
68
-
69
- uses: conda-incubator/setup-miniconda@v3
70
- if: matrix.os == 'macos-14'
71
72
channels: conda-forge
73
python-version: "3.10"
74
activate-environment: proxsuite
75
- installer-url: https://github.com/conda-forge/miniforge/releases/download/23.11.0-0/Mambaforge-23.11.0-0-MacOSX-arm64.sh
+
76
77
- name: Install dependencies [Conda]
78
shell: bash -l {0}
0 commit comments