Replies: 1 comment
-
currently i developed a workaround for me: run echo "gdal==`gdal-config --version`.*" >> requirements-gdal.txt in front of the tox command and add the requirements-gdal.txt to the deps:
for my ci jobs this worked. But the initial question is not answered. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
i tried to install the specific gdal version, depending on the installed os gdal binaries.
But tox will escape the command like:
Why does tox surround the package with ' chars?
Beta Was this translation helpful? Give feedback.
All reactions