We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425177c commit 857fe2dCopy full SHA for 857fe2d
.github/workflows/posix.yml
@@ -132,7 +132,7 @@ jobs:
132
version=$(cd OpenBLAS && git describe --tags --abbrev=8 | sed -e "s/^v\(.*\)-g.*/\1/" | sed -e "s/-/./g")
133
sed -e "s/^version = .*/version = \"${version}\"/" -i.bak pyproject.toml
134
fi
135
- if [ "macos-latest" == "${{ matrix.os }}" ]; then
+ if [[ "${{ matrix.os }}" =~ "macos" ]]; then
136
source tools/build_wheel.sh
137
else
138
libc=${MB_ML_LIBC:-manylinux}
0 commit comments