Skip to content

Commit

Permalink
SETUPTOOLS_USE_DISTUTILS is either unset or has the value 'local'
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 4, 2024
1 parent 25a291d commit 2121831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export PROJ_DIR=/usr/local/
export PROJ_DATA=${PROJ_DIR}share/proj
export PROJ_WHEEL=true
export PROJ_NETWORK=ON
export SETUPTOOLS_USE_DISTUTILS=stdlib
export SETUPTOOLS_USE_DISTUTILS=local
if [[ "$REPO_DIR" == "pyproj" ]]; then
export PROJ_DIR=${GITHUB_WORKSPACE}/pyproj/pyproj/proj_dir
export PROJ_DATA=${PROJ_DIR}/share/proj
Expand Down

0 comments on commit 2121831

Please sign in to comment.