Skip to content

Commit

Permalink
disable slow build during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewphilipsmith committed Dec 13, 2024
1 parent 6f66f2f commit f6d7e95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@ jobs:
runs-on: ubuntu-latest
# TODO: add re-enable manylinux once earlier step is fixed
# needs: [linux, musllinux, windows, macos, sdist]
needs: [linux, windows, macos, sdist]
# needs: [linux, windows, macos, sdist]
# TODO: Use fasting build during testing
needs: [macos, sdist]
environment: testpypi
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit f6d7e95

Please sign in to comment.