Skip to content

Commit 64010e2

Browse files
committed
use conda
1 parent 2e8fb35 commit 64010e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,11 @@ jobs:
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262
miniforge-version: latest
63-
use-mamba: true
6463
channels: conda-forge,gurobi,defaults
6564
channel-priority: true
6665

6766
- name: install build deps
68-
run: mamba install scip=9.1.0 gurobi=12.0.0 gcovr
67+
run: conda install scip=9.1.0 gurobi=12.0.0 gcovr
6968

7069
- name: add gurobi license
7170
shell: bash

0 commit comments

Comments
 (0)