Skip to content

Commit 49d36af

Browse files
authored
Merge pull request #82 from swryan/numpyscipy
Pinned compilers version in test workflow to 1.10
2 parents cd0452b + 12e3095 commit 49d36af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
fi
236236
fi
237237
238-
conda install cython swig compilers cmake meson liblapack openblas -q -y
238+
conda install cython swig compilers=1.10 cmake meson liblapack openblas -q -y
239239
240240
if [[ "${{ matrix.XCODE }}" ]]; then
241241
sudo xcode-select -s "/Applications/Xcode_${{ matrix.XCODE }}.app"

0 commit comments

Comments
 (0)