Skip to content

agera5: scale/offset +external links #46

agera5: scale/offset +external links

agera5: scale/offset +external links #46

name: Run Pytest
on:
push:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements/requirements-test.txt
- name: Test with pytest
run: |
pytest