Skip to content

Commit

Permalink
numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
asadoughi committed Aug 23, 2024
1 parent 6d0da99 commit 975b923
Showing 1 changed file with 1 addition and 1 deletion.
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
conda install -y -q python=3.11 cmake make swig numpy=2.0 scipy pytest
# install base packages for ARM64
if [ "${{ runner.arch }}" = "ARM64" ]; then
Expand Down

0 comments on commit 975b923

Please sign in to comment.