Add cvat-sdk for nightly tests (#130)

main
Kirill Sizov 4 years ago committed by GitHub
parent 7b2fc54e20
commit b5b828e541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -239,6 +239,7 @@ jobs:
- name: REST API tests - name: REST API tests
run: | run: |
pip3 install --user cvat-sdk/
pip3 install --user -r tests/rest_api/requirements.txt pip3 install --user -r tests/rest_api/requirements.txt
pytest tests/rest_api/ pytest tests/rest_api/
pytest tests/rest_api/ --stop-services pytest tests/rest_api/ --stop-services

Loading…
Cancel
Save