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 1d44b35 commit c1fe7c2Copy full SHA for c1fe7c2
.github/workflows/conda-package.yml
@@ -456,11 +456,11 @@ jobs:
456
retry_on: any
457
command: >-
458
mamba activate ${{ env.TEST_ENV_NAME }}
459
- & cd ${{ env.tests_path }}
+ & cd %tests_path%
460
& echo Current dir: %cd%
461
& echo Dir contents:
462
& dir
463
- & python -m pytest --rootdir=${{ env.tests_path }} -q -ra --disable-warnings -vv ${{ env.TEST_SCOPE }}
+ & python -m pytest -q -ra --disable-warnings -vv ${{ env.TEST_SCOPE }}
464
465
upload:
466
name: Upload ['${{ matrix.os }}', python='${{ matrix.python }}']
0 commit comments