From a81c21625fed600e7679861ae21652d92e8bd71d Mon Sep 17 00:00:00 2001 From: rhugonne Date: Fri, 14 Oct 2022 11:02:03 +0200 Subject: [PATCH] Add comments on PROJ variables --- .github/workflows/python-package.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index f78fc73b..5be9b7e0 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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" @@ -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/