We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d2ef7 commit 7a7a473Copy full SHA for 7a7a473
.github/workflows/build_wheels.yml
@@ -85,7 +85,7 @@ jobs:
85
git status
86
git restore go.mod go.sum
87
CIBW_BEFORE_TEST: "cd {project} && git status"
88
- # py3.10 on MacOS does not work with Go so we have to install separately. Issue is tracked here: https://github.com/feast/dev/feast/issues/2881.
+ # py3.10 on MacOS does not work with Go so we have to install separately. Issue is tracked here: https://github.com/feast-dev/feast/issues/2881.
89
- name: Build py310 specific wheels for macos
90
if: matrix.os == 'macos-10.15'
91
uses: pypa/cibuildwheel@v2.7.0
0 commit comments