Skip to content

chophome: add output #1781

chophome: add output

chophome: add output #1781

Workflow file for this run

name: Tests
on:
push:
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
consistency-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r codes/requirements.github_actions.txt
- name: Run Pytest
continue-on-error: true
run: pytest