Skip to content

first run of the inference redesign, creating abstract parameters, in… #68

first run of the inference redesign, creating abstract parameters, in…

first run of the inference redesign, creating abstract parameters, in… #68

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