Skip to content

Commit

Permalink
Merge branch 'main' into update-tqdm-requirement-to-4.66.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcornel authored May 14, 2024
2 parents 8774622 + e8d5987 commit 12f5df7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/record-vcr-cassettes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 12f5df7

Please sign in to comment.