Skip to content

Commit

Permalink
Add comments on PROJ variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Oct 14, 2022
1 parent 9d13d18 commit a81c216
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
# development-specific dependencies by differencing the env and dev-env yml files
- name: Check normal environment import
run: |
# We unset the PROJ_LIB environment variable to make PROJ work on Windows
unset PROJ_LIB
python -c "import xdem"
Expand All @@ -67,6 +68,7 @@ jobs:
- name: Test with pytest
run: |
# We unset the PROJ_LIB environment variable to make PROJ work on Windows
unset PROJ_LIB
pip install pytest-cov coveralls
pytest -ra --cov=xdem/
Expand Down

0 comments on commit a81c216

Please sign in to comment.