Skip to content

Commit

Permalink
Add pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
zacdezgeo committed Jan 8, 2025
1 parent e00ac73 commit a839ea9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
- name: Run tests with coverage
run: |
python -m pytest --cov=. --cov-report=html --cov-report=term-missing test/
echo $(pwd)
echo $(ls .)
PYTHONPATH=$(pwd)/qgis_earthengine_plugin python -m pytest --import-mode=importlib --cov=. --cov-report=html --cov-report=term-missing test/
- name: Upload coverage report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a839ea9

Please sign in to comment.