[FR] Bundle KQL & Kibana libs into base dependencies (#3662)
(cherry picked from commit 78837549e8)
This commit is contained in:
committed by
github-actions[bot]
parent
e45c7db95e
commit
33e44b29fc
@@ -99,7 +99,6 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install .[dev]
|
||||
pip install lib/kql lib/kibana
|
||||
|
||||
- name: Prune non-${{matrix.target_branch}} rules
|
||||
env:
|
||||
|
||||
@@ -26,7 +26,6 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip cache purge
|
||||
pip install .[dev]
|
||||
pip install lib/kql lib/kibana
|
||||
|
||||
- id: get-branch-list
|
||||
run: |
|
||||
|
||||
@@ -36,7 +36,6 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip cache purge
|
||||
pip install .[dev]
|
||||
pip install lib/kql lib/kibana
|
||||
|
||||
- name: Build release package
|
||||
run: |
|
||||
|
||||
@@ -55,7 +55,6 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip cache purge
|
||||
pip install .[dev]
|
||||
pip install lib/kql lib/kibana
|
||||
|
||||
- name: Prune non-"${{github.event.inputs.target_branch}}" rules
|
||||
env:
|
||||
|
||||
@@ -24,7 +24,6 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip cache purge
|
||||
pip install .[dev]
|
||||
pip install lib/kql lib/kibana
|
||||
|
||||
- name: Python Lint
|
||||
run: |
|
||||
|
||||
@@ -48,7 +48,6 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip cache purge
|
||||
pip install .[dev]
|
||||
pip install lib/kql lib/kibana
|
||||
|
||||
- name: Build Integration Docs
|
||||
env:
|
||||
|
||||
@@ -84,7 +84,6 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip cache purge
|
||||
pip install .[dev]
|
||||
pip install lib/kql lib/kibana
|
||||
|
||||
- name: Bump prebuilt rules package version
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user