Skip to content

Commit 6e7a409

Browse files
Mikaayensongithub-actions[bot]
authored andcommitted
[Bug] Update lock versions dependencies (#3525)
(cherry picked from commit fc7cc2c)
1 parent 5a35230 commit 6e7a409

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lock-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
python -m pip install --upgrade pip
3737
pip cache purge
3838
pip install .[dev]
39+
pip install lib/kql lib/kibana
3940
4041
- name: Build release package
4142
run: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test-cli: $(VENV)
5252
@./detection_rules/etc/test_cli.bash
5353

5454
.PHONY: test-remote-cli
55-
test-cli: $(VENV)
55+
test-remote-cli: $(VENV)
5656
@echo "Executing test_remote_cli script..."
5757
@./detection_rules/etc/test_remote_cli.bash
5858

0 commit comments

Comments
 (0)