Skip to content

Commit

Permalink
add variables
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Jul 12, 2024
1 parent 2b7892d commit a5d793b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@ jobs:

- name: Install Python packages
run: pip install pytest pytest-qgis pytest-cov

- name: Checkout
uses: actions/checkout@v4

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

0 comments on commit a5d793b

Please sign in to comment.