Skip to content

Commit

Permalink
Pin conda version for conda-build
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Nov 8, 2023
1 parent c214707 commit a6b99ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-binary-builds/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ runs:
"python=3.8" \
cmake=3.22 \
conda-build=3.21 \
conda=23.7.4 \
ninja=1.10 \
pkg-config=0.29 \
wheel=0.37
Expand All @@ -127,6 +128,7 @@ runs:
--prefix "${CONDA_ENV}" \
"python=${PYTHON_VERSION}" \
cmake=3.22 \
conda=23.7.4 \
ninja=1.10 \
pkg-config=0.29 \
wheel=0.37
Expand All @@ -138,6 +140,7 @@ runs:
"python=${PYTHON_VERSION}" \
cmake=3.22 \
conda-build=3.21 \
conda=23.7.4 \
ninja=1.10 \
pkg-config=0.29 \
wheel=0.37
Expand Down

0 comments on commit a6b99ec

Please sign in to comment.