Skip to content

Commit 045d734

Browse files
committed
Try to trigger it again
1 parent b08c102 commit 045d734

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/test_branches.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -322,30 +322,11 @@ jobs:
322322
conda config --remove channels defaults
323323
conda config --append channels nodefaults
324324
conda config --append channels conda-forge
325-
# Try to install mamba
326-
CONDA_VER=$(conda --version | cut -d\ -f2)
327-
if test 23.10 = "`echo -e "23.10\n$CONDA_VER" | sort -V | tail -1`"; then
328-
# Note: removed '--update-deps' on 2025-02-28 to work around
329-
# broken libffi(?)
330-
conda install -q -y -n base conda-libmamba-solver \
331-
|| MAMBA_FAILED=1
332-
if test -z "$MAMBA_FAILED"; then
333-
echo "*** Activating the mamba environment solver ***"
334-
conda config --set solver libmamba
335-
fi
336-
fi
337-
# Add the rest of the channels
338-
conda config --append channels gurobi
339-
conda config --append channels ibmdecisionoptimization
340-
conda config --append channels fico-xpress
341325
# Print environment info
342326
echo "*** CONDA environment: ***"
343327
conda info
344328
conda config --show-sources
345329
conda config --show channels
346-
conda list --show-channel-urls
347-
which python
348-
python --version
349330
# We need setuptools so we can run Pyomo's setup.py
350331
conda install setuptools
351332
# Note: some pypi packages are not available through conda

0 commit comments

Comments
 (0)