Skip to content

Commit

Permalink
pytest: remove debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Dec 24, 2023
1 parent c7b7828 commit 67a19d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ jobs:
run: |
export PYTHONPATH=`grass --config python_path`:$PYTHONPATH
export LD_LIBRARY_PATH=$HOME/install/grass84/lib:$LD_LIBRARY_PATH
pwd
which python
echo $PYTHONPATH
pytest --verbose --durations=0 --numprocesses logical . --dist load --color=yes --junit-xml=test-results.xml
- name: Surface failing tests
if: always()
Expand Down

0 comments on commit 67a19d6

Please sign in to comment.