Skip to content

Commit 4d049e8

Browse files
Use --rootdir for test_windows in public CI
1 parent 2d6c1a8 commit 4d049e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ jobs:
456456
command: >-
457457
mamba activate ${{ env.TEST_ENV_NAME }}
458458
& cd ${{ env.tests_path }}
459-
& python -m pytest -q -ra --disable-warnings -vv ${{ env.TEST_SCOPE }}
459+
& python -m pytest --rootdir=${{ env.tests_path }} -q -ra --disable-warnings -vv ${{ env.TEST_SCOPE }}
460460
461461
upload:
462462
name: Upload ['${{ matrix.os }}', python='${{ matrix.python }}']

0 commit comments

Comments
 (0)