[Bug] Update lock versions dependencies (#3525)

This commit is contained in:
Mika Ayenson
2024-03-21 08:35:24 -05:00
committed by GitHub
parent 779fa7710d
commit fc7cc2c06a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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: |
+1 -1
View File
@@ -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