diff --git a/.github/workflows/lock-versions.yml b/.github/workflows/lock-versions.yml index f46c97e46..66f680235 100644 --- a/.github/workflows/lock-versions.yml +++ b/.github/workflows/lock-versions.yml @@ -36,6 +36,7 @@ jobs: python -m pip install --upgrade pip pip cache purge pip install .[dev] + pip install lib/kql lib/kibana - name: Build release package run: | diff --git a/Makefile b/Makefile index 6c1025479..2790da5f2 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ test-cli: $(VENV) @./detection_rules/etc/test_cli.bash .PHONY: test-remote-cli -test-cli: $(VENV) +test-remote-cli: $(VENV) @echo "Executing test_remote_cli script..." @./detection_rules/etc/test_remote_cli.bash