Skip to content

Commit

Permalink
Install all deps in kafka tests
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-souza committed Dec 12, 2024
1 parent e7da6c9 commit e44b98d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
- name: Test examples
run: bash .github/workflows/run_examples.sh examples true # with mongo

- name: Install all dependencies
run: |
python -m pip install .[all]
python -m pip install .[ml_dev]
- name: Check liveness
run: |
export MQ_TYPE=kafka
Expand Down

0 comments on commit e44b98d

Please sign in to comment.