Skip to content

Update README.md highlighting app #173

Update README.md highlighting app

Update README.md highlighting app #173

Workflow file for this run

name: Run pytest on tests folder
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run pytest
run: python -m pytest tests