Skip to content

Add a basic DMA method #30

Add a basic DMA method

Add a basic DMA method #30

Workflow file for this run

name: "Build and test"
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
qa:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: pre-commit/[email protected]
test:
needs: qa
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- run: pip install -r requirements-dev.txt
- run: pytest tests