[FR] Independently package kql / kibana and bump to py3.12 (#3492)

This commit is contained in:
Mika Ayenson
2024-03-14 19:14:25 -05:00
committed by GitHub
parent 8724077a0e
commit fc139fc3c2
31 changed files with 144 additions and 48 deletions
+3 -2
View File
@@ -14,16 +14,17 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip cache purge
pip install .[dev]
pip install lib/kql lib/kibana
- name: Python Lint
run: |