Skip to content

Commit

Permalink
Turn off pyvelox mac wheel build job (#4374)
Browse files Browse the repository at this point in the history
Summary:
Currently failing : https://github.com/facebookincubator/velox/actions/runs/4474337765/jobs/7862700998?pr=4254 .
We will turn it back on after investigating a fix.

Pull Request resolved: #4374

Reviewed By: Yuhta

Differential Revision: D44270591

Pulled By: kgpai

fbshipit-source-id: 8758b1a543ba3f7233edb40d25e8d6fec520c8d6
  • Loading branch information
kgpai authored and facebook-github-bot committed Mar 21, 2023
1 parent 89c433b commit ae3e994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pyvelox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-11]
os: [ubuntu-22.04]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ae3e994

Please sign in to comment.