Skip to content

Python api

Python api #17

Workflow file for this run

name: PR development - Build and Run Tests
# if statements modified to avoid: https://stackoverflow.com/questions/69354003/github-action-job-fire-when-previous-job-skipped
on:
pull_request:
branches: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ci-amd64:
uses: Algebraic-Programming/TaskR/.github/workflows/pr-development-workflow.yml@main
with:
os: ubuntu-24.04
arch: amd64