Skip to content

Update connection error and make error for incorrect model message ea… #219

Update connection error and make error for incorrect model message ea…

Update connection error and make error for incorrect model message ea… #219

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
max-parallel: 5
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Add micromamba to system path
uses: mamba-org/setup-micromamba@main
with:
environment-name: donni
activate-environment: donni
environment-file: environment.yml
- name: Test with pytest
run: |
micromamba run -n donni pytest -vv tests/test_*.py