From e8d59873bf92de624f26c7a07558ccafd2706ead Mon Sep 17 00:00:00 2001 From: ljcornel Date: Tue, 14 May 2024 16:31:41 +0200 Subject: [PATCH] Fix cassette recording workflow --- .github/workflows/record-vcr-cassettes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/record-vcr-cassettes.yaml b/.github/workflows/record-vcr-cassettes.yaml index 042ff405..219baa09 100644 --- a/.github/workflows/record-vcr-cassettes.yaml +++ b/.github/workflows/record-vcr-cassettes.yaml @@ -47,6 +47,7 @@ jobs: # tests can run # NOTE: This step executes all tests in the `tests` directory in `RECORD` mode run: | + source $VIRTUALENV_DIRECTORY/bin/activate export no_proxy=$GETI_HOST,$no_proxy export NO_PROXY=$GETI_HOST,$NO_PROXY export GETI_HOST=https://$GETI_HOST @@ -63,6 +64,7 @@ jobs: # tests can run # NOTE: This step executes all tests in the `tests` directory in `RECORD` mode run: | + source $VIRTUALENV_DIRECTORY/bin/activate export no_proxy=$GETI_HOST,$no_proxy export NO_PROXY=$GETI_HOST,$NO_PROXY export GETI_HOST=https://$GETI_HOST