We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa0f5c commit 8c6aa95Copy full SHA for 8c6aa95
tests/ci.sh
@@ -35,9 +35,9 @@ done
35
#########################
36
if [ "$MISMATCHER" = "True" ]; then
37
38
- python3 $(pwd)/utils/dependency_cross_matcher.py --deps_dir $(pwd)
+ python3 $(pwd)/parsec/utils/dependency_cross_matcher.py --deps_dir $(pwd)
39
40
- python3 $(pwd)/utils/dependency_cross_matcher.py -c --deps_dir $(pwd)/parsec $(pwd)
+ python3 $(pwd)/parsec/utils/dependency_cross_matcher.py -c --deps_dir $(pwd)/parsec $(pwd)
41
42
exit 0
43
fi
utils/dependency_cross_matcher.py
0 commit comments