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 2d6c1a8 commit 4d049e8Copy full SHA for 4d049e8
.github/workflows/conda-package.yml
@@ -456,7 +456,7 @@ jobs:
456
command: >-
457
mamba activate ${{ env.TEST_ENV_NAME }}
458
& cd ${{ env.tests_path }}
459
- & python -m pytest -q -ra --disable-warnings -vv ${{ env.TEST_SCOPE }}
+ & python -m pytest --rootdir=${{ env.tests_path }} -q -ra --disable-warnings -vv ${{ env.TEST_SCOPE }}
460
461
upload:
462
name: Upload ['${{ matrix.os }}', python='${{ matrix.python }}']
0 commit comments