Skip to content

Commit f96c12a

Browse files
Merge pull request #618 from tableau/jichikawa-fix-scrutinizer-ci
Fix Scrutinizer-CI Failing Dependencies Step
2 parents 1d0cb33 + 497b5d9 commit f96c12a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.scrutinizer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ build:
2020
- pip install -r requirements.txt
2121
tests:
2222
override: [py-scrutinizer-run]
23+
dependencies:
24+
override:
25+
- pip install .
2326
tests:
2427
before:
2528
- pip install -r requirements.txt

0 commit comments

Comments
 (0)