Skip to content

Merge branch 'main' of https://github.com/cdcent/cfa-scenarios-model … #82

Merge branch 'main' of https://github.com/cdcent/cfa-scenarios-model …

Merge branch 'main' of https://github.com/cdcent/cfa-scenarios-model … #82

Workflow file for this run

name: Run Pytest
on:
push:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip3 install -r requirements.txt
- run: pytest