Skip to content

Update README: replace KRR scan history video with create PR screenshot #991

Update README: replace KRR scan history video with create PR screenshot

Update README: replace KRR scan history video with create PR screenshot #991

Workflow file for this run

name: Pytest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
pip install pytest
- name: Test with pytest
run: |
pytest