Skip to content

Commit

Permalink
update python path
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Jul 12, 2024
1 parent a5d793b commit 9b47156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Add Python Path
run: |
echo "PYTHONPATH=$PYTHONPATH:$PWD" >> $GITHUB_ENV
echo "PYTHONPATH=$PYTHONPATH:/usr/share/qgis/python/plugins:/usr/share/qgis/python:$PWD" >> $GITHUB_ENV
echo "DEBIAN_FRONTEND=noninteractive" >> $GITHUB_ENV
echo "QT_QPA_PLATFORM=offscreen" >> $GITHUB_ENV
echo "XDG_RUNTIME_DIR=/tmp" >> $GITHUB_ENV
Expand Down

0 comments on commit 9b47156

Please sign in to comment.