From fc7cc2c06a4a00490def2f4efa8515987b1f2f05 Mon Sep 17 00:00:00 2001 From: Mika Ayenson Date: Thu, 21 Mar 2024 08:35:24 -0500 Subject: [PATCH] [Bug] Update lock versions dependencies (#3525) --- .github/workflows/lock-versions.yml | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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