Skip to content

Commit

Permalink
CLDSRV-409: remove virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Jun 22, 2023
1 parent 7f2c407 commit d44b9f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d44b9f8

Please sign in to comment.