Skip to content

Commit 5328be4

Browse files
authored
Display PROJ_LIB in pre_build job
Add echo statement to display PROJ_LIB environment variable
1 parent 8cff101 commit 5328be4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ build:
77
jobs:
88
pre_build:
99
- export PROJ_LIB="$CONDA_PREFIX/share/proj"
10+
- echo "PROJ_LIB:" $PROJ_LIB
1011

1112
conda:
1213
environment: environment.yml

0 commit comments

Comments
 (0)