Skip to content

Commit

Permalink
add missing dependency in deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakpl committed Jun 17, 2024
1 parent 45c49f4 commit 3629fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [unit_tests, isort, black, flake8, mypy]
needs: [unit_tests, isort, black, flake8, mypy, build_and_push_dist]
if: |
github.event_name == 'push' &&
(
Expand Down

0 comments on commit 3629fde

Please sign in to comment.