-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial commit #1
Conversation
Build ArtifactsBuild succeeded! Please note that files only stay for around 90 days! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on Ubuntu and Windows, venv creation itself works fine. However I think for Windows a possible installation path should be added; C:/OSGeo4W64
This allows Ruff Language Server to use the same config. https://hatch.pypa.io/1.9/config/static-analysis/#persistent-config
This makes it easier to integrate to IDE so that mypy is installed in the default environment that also IDE uses.
This allows to mark tests to run only on specific platform
Don't run e2e tests by default because those might take quite a long to run.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on Ubuntu and works
No description provided.