Skip to content

Massive updates to python 3.12, pymc 5.20, numpy 1.26, and assorted lower-importance version updates #306

Massive updates to python 3.12, pymc 5.20, numpy 1.26, and assorted lower-importance version updates

Massive updates to python 3.12, pymc 5.20, numpy 1.26, and assorted lower-importance version updates #306

Workflow file for this run

name: ci
on: pull_request
jobs:
code_qc:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: ["ubuntu-latest"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run Linting and Code Security Checks
run: |
make lint