Skip to content

Commit

Permalink
[workflow] again use base env, print PROJ variables
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Apr 11, 2024
1 parent c4690eb commit c645fe7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env create --file environment.yml
conda activate sp_test
conda env update --file environment.yml --name base
echo PROJ_LIB: $PROJ_LIB
echo PROJ_DATA: $PROJ_DATA
- name: Lint with flake8
run: |
conda install flake8
Expand All @@ -38,4 +39,6 @@ jobs:
- name: Test with pytest
run: |
conda install pytest
echo PROJ_LIB: $PROJ_LIB
echo PROJ_DATA: $PROJ_DATA
pytest

0 comments on commit c645fe7

Please sign in to comment.