We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef22fa2 commit b8dca0dCopy full SHA for b8dca0d
1 file changed
.github/actions/build_cmake/action.yml
@@ -32,7 +32,7 @@ runs:
32
conda update -y -q conda
33
echo "$CONDA/bin" >> $GITHUB_PATH
34
35
- conda install -y -q python=3.11 cmake make swig numpy scipy pytest gflags
+ conda install -y -q python=3.11 cmake make swig=4.2 numpy scipy pytest gflags
36
37
# install base packages for ARM64
38
if [ "${{ runner.arch }}" = "ARM64" ]; then
0 commit comments