Skip to content

Use Python3.11 for panther-analysis #446

Use Python3.11 for panther-analysis

Use Python3.11 for panther-analysis #446

Workflow file for this run

on:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout panther-analysis
uses: actions/checkout@v4
- name: Set python version
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install pipenv
run: pip install pipenv
- name: Setup venv
run: make venv
- name: test
run: |
pipenv run panther_analysis_tool test