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 3b6e229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build_cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ 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 -c conda-forge numpy=2.0
conda install -y -q python=3.11 cmake make swig scipy pytest

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

0 comments on commit 3b6e229

Please sign in to comment.