File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ jobs:
5454 python -m pip install -e "s3torchbenchmarking[test]"
5555
5656 - name : s3torchconnectorclient unit tests
57- run : pytest s3torchconnectorclient/python/tst/unit --hypothesis-profile ci --hypothesis-show-statistics
57+ run : pytest s3torchconnectorclient/python/tst/unit --hypothesis-profile ci --hypothesis-show-statistics -c ./
5858 - name : s3torchconnector unit tests
59- run : pytest s3torchconnector/tst/unit --ignore s3torchconnector/tst/unit/lightning --hypothesis-profile ci --hypothesis-show-statistics
59+ run : pytest s3torchconnector/tst/unit --ignore s3torchconnector/tst/unit/lightning --hypothesis-profile ci --hypothesis-show-statistics -c ./
6060 - name : s3torchbenchmarking unit tests
61- run : pytest s3torchbenchmarking/tst --hypothesis-profile ci --hypothesis-show-statistics
61+ run : pytest s3torchbenchmarking/tst --hypothesis-profile ci --hypothesis-show-statistics -c ./
6262
6363 lint :
6464 name : Python lints
You can’t perform that action at this time.
0 commit comments