From f74ffb336d6ca40511020d0dab728bfb407198f1 Mon Sep 17 00:00:00 2001 From: Jake Ichikawa <45948647+jakeichikawasalesforce@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:48:48 -0400 Subject: [PATCH] Update .scrutinizer.yml --- .scrutinizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 5d89fefe..a327546a 100755 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -21,7 +21,7 @@ build: dependencies: before: - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py - - get-pip.py + - python get-pip.py project_setup: override: - pip install -r requirements.txt