Skip to content

Add pytest to build-python and test-python #47

Add pytest to build-python and test-python

Add pytest to build-python and test-python #47

Workflow file for this run

---
name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/ci-action