Skip to content

Commit

Permalink
Temporarily remove the needs call until we can fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Sep 21, 2024
1 parent e96b723 commit 48baae5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ jobs:
build:
permissions:
packages: write
needs: [ lint, mypy, test-sdist, amd64, arm64 ]
# needs: [ lint, mypy, test-sdist, amd64, arm64 ]
needs: [ amd64 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 48baae5

Please sign in to comment.