Skip to content

Commit

Permalink
Merge pull request #1079 from zomglings/patch-1
Browse files Browse the repository at this point in the history
BUGGER_OFF=true when running tests in Circle CI.
  • Loading branch information
davidbuniat committed Jul 22, 2021
2 parents 05744ac + 87285d0 commit 86d0eb8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,19 +166,21 @@ commands:
steps:
- run:
name: "Running tests - Windows"
environment:
BUGGER_OFF: "true"
command: |
$Env:GOOGLE_APPLICATION_CREDENTIALS = $Env:CI_GCS_PATH
setx /m GOOGLE_APPLICATION_CREDENTIALS "$Env:GOOGLE_APPLICATION_CREDENTIALS"
activeloop reporting --off
python3 -m pytest --cov-report=xml --cov=./ --local --s3 --hub-cloud
- when:
condition: << parameters.unix-like >>
steps:
- run:
name: "Running tests - Unix"
environment:
BUGGER_OFF: "true"
command: |
export GOOGLE_APPLICATION_CREDENTIALS=$HOME/.secrets/gcs.json
activeloop reporting --off
python3 -m pytest --cov-report=xml --cov=./ --local --s3 --hub-cloud
parallelism: 10
Expand Down Expand Up @@ -323,4 +325,4 @@ jobs:
- conda-install
- conda-setup
- conda-build
- slack-status
- slack-status

0 comments on commit 86d0eb8

Please sign in to comment.