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

This commit is contained in:
Mika Ayenson
2024-03-14 20:18:32 -05:00
committed by GitHub
parent 3d2a36be32
commit d26981f712
31 changed files with 159 additions and 53 deletions
+4 -3
View File
@@ -14,16 +14,17 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
- name: Set up Python 3.12
uses: actions/setup-python@v5
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: |