Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/build_cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
conda update -y -q conda
echo "$CONDA/bin" >> $GITHUB_PATH

conda install -y -q python=3.11 cmake make swig numpy scipy pytest gflags
conda install -y -q python=3.11 cmake make swig "numpy<2" scipy pytest gflags

# install base packages for ARM64
if [ "${{ runner.arch }}" = "ARM64" ]; then
Expand Down