Skip to content

Commit 7a7a473

Browse files
committed
Fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent c6d2ef7 commit 7a7a473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
git status
8686
git restore go.mod go.sum
8787
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.
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.
8989
- name: Build py310 specific wheels for macos
9090
if: matrix.os == 'macos-10.15'
9191
uses: pypa/cibuildwheel@v2.7.0

0 commit comments

Comments
 (0)