Skip to content

Massive update to use python 3.12, oreum_core 0.10 and pymc 5.20 #29

Massive update to use python 3.12, oreum_core 0.10 and pymc 5.20

Massive update to use python 3.12, oreum_core 0.10 and pymc 5.20 #29

Workflow file for this run

name: ci
on: [pull_request]
jobs:
code_qc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Up Basic Python Env
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run Linter & Static Security Checks
run: make lint