Skip to content

Commit 9284f2c

Browse files
ci.yml: Check parsec and parsec-tool dependency mismatches
* Use the newly added --compare option in utils/dependency_cross_matcher.py to compare dependencies between parsec and parsec-tool to spot common dependencies that are being used with different versions. Signed-off-by: Tomás González <[email protected]>
1 parent 40a5124 commit 9284f2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ci.sh

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ if [ "$MISMATCHER" = "True" ]; then
3737

3838
python3 $(pwd)/utils/dependency_cross_matcher.py --deps_dir $(pwd)
3939

40+
python3 $(pwd)/utils/dependency_cross_matcher.py -c --deps_dir $(pwd)/parsec $(pwd)
41+
4042
exit 0
4143
fi
4244

0 commit comments

Comments
 (0)