Skip to content

Commit

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

0 comments on commit e96b723

Please sign in to comment.