Skip to content

Commit b8dca0d

Browse files
committed
pin swig
1 parent ef22fa2 commit b8dca0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build_cmake/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
conda update -y -q conda
3333
echo "$CONDA/bin" >> $GITHUB_PATH
3434
35-
conda install -y -q python=3.11 cmake make swig numpy scipy pytest gflags
35+
conda install -y -q python=3.11 cmake make swig=4.2 numpy scipy pytest gflags
3636
3737
# install base packages for ARM64
3838
if [ "${{ runner.arch }}" = "ARM64" ]; then

0 commit comments

Comments
 (0)