Skip to content

Workflow (should work!) #7

Workflow (should work!)

Workflow (should work!) #7

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
setup-environment:
uses: ./.github/workflows/setup_env.yml
test:
runs-on: ubuntu-latest
needs: setup-environment
steps:
- name: Run tests
run: pytest