diff --git a/.github/workflows/feature-tests.yml b/.github/workflows/feature-tests.yml index e4b6053e05..e3559e2a13 100644 --- a/.github/workflows/feature-tests.yml +++ b/.github/workflows/feature-tests.yml @@ -13,11 +13,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.12' - - name: Quality - run: | - cd tests/feature_tests - ci/pip-install.sh - ci/quality.sh - name: Run feature tests run: ./tests/feature_tests/ci/test.sh - name: Upload artifacts