Skip to content

Update evas_models.py #99

Update evas_models.py

Update evas_models.py #99

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Install requirements
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
- name: Run tests without coverage
run: pytest
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
- name: Investigate core dump
run: gdb -c core