diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index 2f74a965..0b5dff4d 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -73,7 +73,6 @@ jobs: pip install --upgrade pipenv pipenv lock --clear pipenv install --system - python setup.py install pipenv pytest ${{ matrix.test_targets.target}} --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html - name: Save server output