Do not test

This commit is contained in:
Kevo 2022-03-26 19:24:06 +01:00
parent 8f27cf672e
commit e1734185c9
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pyTest
run: |
python -m pytest -v
- name: Build package
run: |