Skip to content

Commit

Permalink
no tests for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gatoniel committed Nov 21, 2023
1 parent a68e0db commit fcb78f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# this will run when you have tagged a commit, starting with "v*"
# and requires that you have put your twine API key in your
# github secrets (see readme for details)
needs: [test]
# needs: [test]
runs-on: ubuntu-latest
if: contains(github.ref, 'tags')
steps:
Expand Down

0 comments on commit fcb78f5

Please sign in to comment.