Skip to content

Commit

Permalink
wip: fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuelia committed Mar 14, 2024
1 parent 22c8d97 commit a9e131e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-pandora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a9e131e

Please sign in to comment.