Skip to content

Commit

Permalink
Add one unset variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Oct 15, 2022
1 parent 7906a7c commit 8a524c3
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 @@ -81,6 +81,8 @@ jobs:
- name: Update environment with development packages if cache does not exist
if: steps.cache.outputs.cache-hit != 'true'
run: |
# We unset the PROJ_LIB environment variable to make PROJ work on Windows
unset PROJ_LIB
pkgs_conda_dev=`python -c "import xdem.misc; xdem.misc.diff_environment_yml('environment.yml', 'dev-environment.yml', 'conda')"`
pkgs_pip_dev=`python -c "import xdem.misc; xdem.misc.diff_environment_yml('environment.yml', 'dev-environment.yml', 'pip')"`
mamba install $pkgs_conda_dev --freeze-installed
Expand Down

0 comments on commit 8a524c3

Please sign in to comment.