Skip to content

Commit c1fe7c2

Browse files
Use cd %tests_path%
1 parent 1d44b35 commit c1fe7c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,11 +456,11 @@ jobs:
456456
retry_on: any
457457
command: >-
458458
mamba activate ${{ env.TEST_ENV_NAME }}
459-
& cd ${{ env.tests_path }}
459+
& cd %tests_path%
460460
& echo Current dir: %cd%
461461
& echo Dir contents:
462462
& dir
463-
& python -m pytest --rootdir=${{ env.tests_path }} -q -ra --disable-warnings -vv ${{ env.TEST_SCOPE }}
463+
& python -m pytest -q -ra --disable-warnings -vv ${{ env.TEST_SCOPE }}
464464
465465
upload:
466466
name: Upload ['${{ matrix.os }}', python='${{ matrix.python }}']

0 commit comments

Comments
 (0)