Skip to content

Use new guidance functionality (pin version for now) #12

Use new guidance functionality (pin version for now)

Use new guidance functionality (pin version for now) #12

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install
run: make develop
- name: Check
run: make check