remove forgotten setup.py install in workflow

This commit is contained in:
Martin Bubel 2024-07-28 18:21:33 +02:00
parent de85ce54f2
commit babf9b06ff

View file

@ -36,10 +36,6 @@ jobs:
run: |
poetry install
- name: Install lib
run: |
python setup.py develop
- name: pytest
run: |
poetry run pytest