From 24d9f6b8083c6d00ca28d978d19e1696468c73ba Mon Sep 17 00:00:00 2001 From: Jake Ichikawa <45948647+jakeichikawasalesforce@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:25:28 -0400 Subject: [PATCH] Update .scrutinizer.yml --- .scrutinizer.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index e84d1510..0b5df4c1 100755 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -20,8 +20,7 @@ build: analysis: dependencies: before: - - pip install --upgrade pip setuptools - - sudo update-ca-certificates + - pip config set global.trusted-host "pypi.org files.pythonhosted.org pypi.python.org" project_setup: override: - pip install -r requirements.txt