diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 280e6b0d25..10287c4653 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -211,7 +211,6 @@ jobs: - name: Run functional tests run: |- set -o pipefail; - source ~/.virtualenv/py2/bin/activate bash wait_for_local_port.bash 8000 40 yarn run ft_test | tee /tmp/artifacts/${{ github.job }}/tests.log env: @@ -250,7 +249,6 @@ jobs: - name: Run functional tests run: |- set -o pipefail; - source ~/.virtualenv/py2/bin/activate bash wait_for_local_port.bash 8000 40 yarn run ft_test | tee /tmp/artifacts/${{ github.job }}/tests.log yarn run ft_mixed_bucket_format_version | tee /tmp/artifacts/${{ github.job }}/mixed-tests.log @@ -436,7 +434,6 @@ jobs: - name: Run Javascript AWS SDK tests run: |- set -ex -o pipefail; - source ~/.virtualenv/py2/bin/activate yarn run ft_awssdk | tee /tmp/artifacts/${{ github.job }}/js-awssdk-tests.log; yarn run ft_s3cmd | tee /tmp/artifacts/${{ github.job }}/js-s3cmd-tests.log; env: