diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a5bd963fe4..5218ee2e2fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: - docker/install-docker-compose: version: 1.29.2 - run: - command: sudo apt-get update && sudo apt-get install python3-venv -y + command: sudo NEEDRESTART_SUSPEND=True apt-get update && sudo NEEDRESTART_SUSPEND=True apt-get install python3-venv -y name: python for glean - run: name: Run tests and coverage within Docker container