Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Feb 5, 2025
1 parent 719b904 commit 706e177
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/actions/setup-binary-builds/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,16 +147,15 @@ runs:
fi
conda create \
--yes --quiet \
--prefix "${CONDA_ENV}" \
"python=${PYTHON_VERSION}" \
cmake=3.26 \
ninja=1.10 \
pkg-config=0.29 \
wheel=0.37 \
${CONDA_EXTRA_PARAM}
--yes --quiet \
--prefix "${CONDA_ENV}" \
"python=${PYTHON_VERSION}" \
cmake=3.26 \
ninja=1.12.1 \
pkg-config=0.29 \
wheel=0.37 \
${CONDA_EXTRA_PARAM}
conda run -p ${CONDA_ENV} conda install -v libwebp
echo "CONDA_ENV=${CONDA_ENV}" >> "${GITHUB_ENV}"
echo "CONDA_RUN=conda run -p ${CONDA_ENV}" >> "${GITHUB_ENV}"

0 comments on commit 706e177

Please sign in to comment.