Skip to content

Commit

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

0 comments on commit 2319520

Please sign in to comment.