diff --git a/.github/workflows/pythonbuild.yml b/.github/workflows/pythonbuild.yml index d44a65177f..d38b666aee 100644 --- a/.github/workflows/pythonbuild.yml +++ b/.github/workflows/pythonbuild.yml @@ -49,7 +49,6 @@ jobs: shell: 'script -q -e -c "bash {0}"' run: | python -m pip install awscli - FLYTE_SDK_USE_STRUCTURED_DATASET=TRUE coverage run --append -m pytest tests/flytekit/integration || true FLYTE_SDK_USE_STRUCTURED_DATASET=TRUE coverage run --append -m pytest tests/flytekit/integration - name: Codecov uses: codecov/codecov-action@v1