Skip to content

Commit

Permalink
write PROJ_DATA to GUTHUB_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Apr 11, 2024
1 parent fab7e5f commit 8021d9e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
echo PROJ_LIB: $PROJ_LIB
echo PROJ_DATA: $PROJ_DATA
ls -lha $CONDA/share/proj
echo "PROJ_DATA=$CONDA/share/proj" >> $GITHUB_ENV
- name: Lint with flake8
run: |
conda install flake8
Expand All @@ -35,9 +35,6 @@ jobs:
- name: Install package
run: |
pip install .
- name: List PROJ_DATA folder content
run: |
ls -lha $PROJ_DATA
- name: Test with pytest
run: |
conda install pytest
Expand Down

0 comments on commit 8021d9e

Please sign in to comment.