Skip to content
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

Fall back on last known good version of chromedriver #454

Merged

Conversation

kwinkunks
Copy link
Member

Issue
Resolves #453

Approach
Sometimes the version is not 'good' and the driver cannot match. So try the matching driver first, and if we get a 404 then try the last known good patch for this minor version.

Pre review checklist

  • Added appropriate labels

Sometimes the version is not 'good' and the driver cannot match.
So try the matching driver first, and if we get a 404 then try
the last known good patch for this minor version. Resolves equinor#453.
@kwinkunks
Copy link
Member Author

webviz does not support Python 3.12 yet, so another PR removes it from the CI >> #456

Copy link
Contributor

@berland berland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me!

@kwinkunks kwinkunks merged commit d3b73d2 into equinor:main Jan 9, 2024
@kwinkunks kwinkunks deleted the allow-download-last-known-chromedriver branch January 9, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nightly tests fail to download chromium-driver
2 participants