Skip to content

Removed LMFA00000014 which still exists #67

Removed LMFA00000014 which still exists

Removed LMFA00000014 which still exists #67

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
pip install tox
- name: Test with pytest
run:
tox -e py