Skip to content

[FEATURE-6] Allow specifying DRAGONS branch and location #30

[FEATURE-6] Allow specifying DRAGONS branch and location

[FEATURE-6] Allow specifying DRAGONS branch and location #30

Workflow file for this run

# Test workflow for the cookiecutter template.
name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python: [ "3.10", "3.11", "3.12" ]
steps:
- uses: actions/checkout@v4
- uses: excitedleigh/[email protected]
name: ${{ matrix.python }}
- run: nox -s test -p ${{ matrix.python }} -n 4