Skip to content

Commit c52bcc2

Browse files
authored
Tell pytest to use current/root folder as working directory (#178)
Co-authored-by: Ilya Isaev <[email protected]>
1 parent 69f32ff commit c52bcc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)