Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci #44

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from
Open

Ci #44

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add missing dependency in deploy step
wozniakpl authored and domdinicola committed Sep 25, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 02a98e047bfcf9774f94fe188d651f9e7f5d5f66
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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' &&
(