Skip to content

Merge pull request #8 from ImperialCollegeLondon/dependabot/pip/pip-a… #22

Merge pull request #8 from ImperialCollegeLondon/dependabot/pip/pip-a…

Merge pull request #8 from ImperialCollegeLondon/dependabot/pip/pip-a… #22

Workflow file for this run

name: "Build and test"
on:
- push
jobs:
qa:
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