Skip to content

Commit

Permalink
Remove unnecessary setuptools upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeichikawasalesforce committed Sep 19, 2023
1 parent 9b538e4 commit 29fca04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ build:
analysis:
project_setup:
override:
- pip install --upgrade pip setuptools
- pip install --upgrade pip
- pip install -r requirements.txt
tests:
override: [py-scrutinizer-run]
tests:
before:
- pip install --upgrade pip setuptools
- pip install --upgrade pip
- pip install -r requirements.txt
override: [pytest]
checks:
Expand Down

0 comments on commit 29fca04

Please sign in to comment.