Skip to content

Merge pull request #10 from speleo3/fix-py312 #1

Merge pull request #10 from speleo3/fix-py312

Merge pull request #10 from speleo3/fix-py312 #1

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-20.04
python-version: "3.6"
- os: ubuntu-22.04
python-version: "3.12"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: pip install --editable .[dev]
- run: python csb/build.py -o .