Skip to content

Commit

Permalink
Fix typo in CI CD
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Jan 20, 2021
1 parent 5fe6b86 commit 899a058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
python scripts/test_install.py
deploy-pypi:
needs: test-notebooks,test-install]
needs: [test-notebooks,test-install]
if: startsWith(github.ref, 'refs/tags/v')

runs-on: ubuntu-latest
Expand Down

0 comments on commit 899a058

Please sign in to comment.