From 507782bd17d5e804658ac1cde7d9fa0b2dc132e2 Mon Sep 17 00:00:00 2001 From: williamlardier Date: Thu, 22 Jun 2023 14:42:09 +0200 Subject: [PATCH] CLDSRV-409: remove virtualenv --- .github/workflows/tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c436ced948..9e9dc091f4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -231,7 +231,6 @@ jobs: run: |- set -o pipefail; bash wait_for_local_port.bash 8000 40 - source ~/.virtualenv/py2/bin/activate yarn run ft_test | tee /tmp/artifacts/${{ github.job }}/tests.log - name: Upload logs to artifacts uses: scality/action-artifacts@v3