Skip to content

Commit

Permalink
ci(fix): Missing dev deps in playbooks ci
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Jun 22, 2024
1 parent 848aeb3 commit f0d08cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playbooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: curl -s http://localhost:8000/health | jq -e '.status == "ok"'

- name: pip install Tracecat
run: python -m pip install --upgrade pip && pip install ".[cli]"
run: python -m pip install --upgrade pip && pip install ".[dev,cli]"

- name: Verify Tracecat CLI installation
run: tracecat --help
Expand Down

0 comments on commit f0d08cf

Please sign in to comment.