-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fix docker geos version #140
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Why do the tests fail?
Does test fail because of Azure/static-web-apps#941 ? with possible way out: |
This branch solves a problem with geos, but at the same time azure decided that we are over our limit of available branches. |
According to an open issue at Azure this is a hard limit. They are working on it, though. I'll manual delete them and consider to script the deletion, but that's also a bit error prone. I can also switch to netlify, which supports more branches. But then we have yet another subscription (already have azure, sonarcloud, circleci). |
I have disabled building the book on PR for now. Then we should not run into the issue. For now, we have to test changes to the book locally. |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-cliff-0e49c3503-140.westeurope.1.azurestaticapps.net |
ok |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
libgeos is installed. IT installed a specific version. This is no longer available after upgrade of base image.
this change will install latest version of libgeos. This should match with the python version.