Skip to content

Commit

Permalink
fix deploy needs (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz authored Jun 20, 2024
1 parent f3fee16 commit 55c6860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ./.github/workflows/tests.yml

deploy:
needs: test
needs: tests
name: Deploy to pypi
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: ./.github/workflows/tests.yml

deploy:
needs: test
needs: tests
name: Deploy to pypi
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 55c6860

Please sign in to comment.