Skip to content

Commit

Permalink
ci/nightly: Check parsec and parsec-tool dependency mismatches
Browse files Browse the repository at this point in the history
 * 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]>
  • Loading branch information
tgonzalezorlandoarm committed Nov 24, 2023
1 parent 45b5989 commit b85f46b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ if [ "$MISMATCHER" = "True" ]; then

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

python3 $(pwd)/utils/dependency_cross_matcher.py -c --deps_dir $(pwd)/parsec $(pwd)

exit 0
fi

Expand Down

0 comments on commit b85f46b

Please sign in to comment.