Skip to content

Commit

Permalink
Fix scrutinizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeichikawasalesforce committed Sep 19, 2023
1 parent fcbdf67 commit 200a864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
environment:
python: 3.8.10
python: 3.7.6
nodes:
coverage:
project_setup:
Expand All @@ -17,6 +17,7 @@ build:
analysis:
project_setup:
override:
- pip install --upgrade pip
- pip install -r requirements.txt
tests:
override: [py-scrutinizer-run]
Expand Down

0 comments on commit 200a864

Please sign in to comment.