Skip to content

Commit

Permalink
libmamba-solver
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Feb 5, 2025
1 parent 2064554 commit f10f944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-binary-builds/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ runs:
export PYTHON_VERSION=3.13
export CONDA_EXTRA_PARAM=" python-freethreading -c conda-forge"
# Pin conda-solver for 3.13t build
conda install conda-libmamba-solver=24.1.0
conda install conda==24.7.1 conda-libmamba-solver=24.1.0
fi
conda create \
Expand All @@ -158,6 +158,6 @@ runs:
wheel=0.37 \
${CONDA_EXTRA_PARAM}
conda run -p ${CONDA_ENV} conda install -v libwebp
conda run -p ${CONDA_ENV} conda install -vv libwebp
echo "CONDA_ENV=${CONDA_ENV}" >> "${GITHUB_ENV}"
echo "CONDA_RUN=conda run -p ${CONDA_ENV}" >> "${GITHUB_ENV}"

0 comments on commit f10f944

Please sign in to comment.