diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 6f2e8d5b..56ec5f95 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -88,9 +88,9 @@ jobs: name: Install Python dependencies run: pipenv install --dev --python `which python` - - id: Check pytest version - name: Run tests - run: pipenv run pytest -sv + - id: check-pytest-version + name: Check Pytest Version + run: pipenv run pytest --version - id: run name: Run tests