From b5b828e5415dedd35cbf22418f864da2290d04da Mon Sep 17 00:00:00 2001 From: Kirill Sizov Date: Tue, 19 Jul 2022 06:02:22 +0300 Subject: [PATCH] Add cvat-sdk for nightly tests (#130) --- .github/workflows/schedule.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 9bafa2d1..fad86ca1 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -239,6 +239,7 @@ jobs: - name: REST API tests run: | + pip3 install --user cvat-sdk/ pip3 install --user -r tests/rest_api/requirements.txt pytest tests/rest_api/ pytest tests/rest_api/ --stop-services