Try first installing from requirements.

This commit is contained in:
2021-07-04 16:00:51 +02:00
parent 2cfc9d3cde
commit 241a42b31d

View File

@@ -11,6 +11,7 @@ steps:
- name: Install python - name: Install python
image: python:3.8 image: python:3.8
commands: commands:
- pip install -r requirements.txt
- python setup.py install - python setup.py install
- pip install pytest - pip install pytest
- pytest - pytest