diff --git a/.github/workflows/gcp-deploy.yml b/.github/workflows/gcp-deploy.yml index 1abadf6..7e46c9a 100644 --- a/.github/workflows/gcp-deploy.yml +++ b/.github/workflows/gcp-deploy.yml @@ -45,6 +45,9 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install pytest + pip install python-dotenv + pip install -r requirements.txt pip install pytest pytest-cov # Тестирование всех сервисов