From a9e131e4e02872afdbb5a3552e359443da2b392d Mon Sep 17 00:00:00 2001 From: Julia Date: Thu, 14 Mar 2024 11:27:05 +0100 Subject: [PATCH] wip: fix actions --- .github/workflows/test-pandora.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-pandora.yml b/.github/workflows/test-pandora.yml index d127559..68c2ab4 100644 --- a/.github/workflows/test-pandora.yml +++ b/.github/workflows/test-pandora.yml @@ -29,9 +29,9 @@ jobs: # - name: Setup tmate session # uses: mxschmitt/action-tmate@v3 - name: Run Pandora tests - uses: pavelzw/pytest-action@v2 - with: - custom-arguments: '-svx --color=yes' + run: | + PYTHONPATH=. pytest -svx --color=yes + shell: micromamba-shell {0} Install-using-pip: runs-on: ${{ matrix.os }}