Skip to content

Update dependencies in pyproject.toml #78

Update dependencies in pyproject.toml

Update dependencies in pyproject.toml #78

Workflow file for this run

name: 🧪 Scheduler testing
on:
push:
branches:
- "**"
paths:
- sched/**
- .github/workflows/test-sched.yml
defaults:
run:
working-directory: sched
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Run tests
run: |
pipx run poetry install
pipx run poetry run pytest