Skip to content

Fix tests for Python 3.12 #39

Fix tests for Python 3.12

Fix tests for Python 3.12 #39

Workflow file for this run

---
name: Python A38
on:
push:
branches:
- master
pull_request:
branches:
- master
# invoke the pipeline manually
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Work around Apt caching issues
run: make ci-workaround
- name: Install OS packages
run: make install-os
- name: Install Pip packages
run: make install-py
- name: Lint
run: make lint
- name: Run the tests
run: make test
- name: Install the package
run: make install-package