Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Feb 21, 2025
1 parent 5126c46 commit 761ec8b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,16 +270,16 @@ jobs:
WHEEL_ARTIFACT_NAME: macos-arm64-wheel
secrets: inherit

# TODO(#9108): Test macos wheels
# test-wheel-macos-x64:
# needs: [checks, build-wheel-macos-x64]
# name: "macos-x64: Test Wheels"
# uses: ./.github/workflows/reusable_test_wheels.yml
# with:
# CONCURRENCY: nightly-macos-x64
# PLATFORM: macos-x64
# WHEEL_ARTIFACT_NAME: macos-x64-wheel
# secrets: inherit
# TODO(#9108): Test macos wheels
# test-wheel-macos-x64:
# needs: [checks, build-wheel-macos-x64]
# name: "macos-x64: Test Wheels"
# uses: ./.github/workflows/reusable_test_wheels.yml
# with:
# CONCURRENCY: nightly-macos-x64
# PLATFORM: macos-x64
# WHEEL_ARTIFACT_NAME: macos-x64-wheel
# secrets: inherit

test-wheel-windows-x64:
needs: [checks, build-wheel-windows-x64]
Expand Down

0 comments on commit 761ec8b

Please sign in to comment.