Skip to content

Commit

Permalink
Update deploy_on_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianMortag authored Jun 30, 2023
1 parent 16e6fbd commit 9fb5d8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy_on_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ permissions:
contents: write

jobs:
run_test_suite:
uses: ./.github/workflows/python-test.yml


deploy:
runs-on: ubuntu-latest
needs: run_test_suite


steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9fb5d8b

Please sign in to comment.