-
Notifications
You must be signed in to change notification settings - Fork 2
update to be in sync #9
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
base: master
Are you sure you want to change the base?
Conversation
|
@c42f let me know if there's any other changes to make :) |
andyferris
left a comment
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.
LGTM! Thoughts, @c42f?
|
Bump on this. Ran into this issue here JuliaLang/julia#59267 |
|
I was going to file this as an issue, but I think it relates to this PR: I get this error from my CI.yml, but not when running tests locally:
The package getting this CI error is https://github.com/MarkNahabedian/WebScrapingTools.jl. It needs to run firefox and geckodriver in the test environment,but I don't see how that could cause this error. |
|
@MarkNahabedian Potentially you're running an older version of Julia locally that doesn't hit this error? The CI.yml is using v 1.11 which hits this issue |
|
Sorry, I should have thought to check versions. My local test run: julia version 1.11.2 My failing CI: Julia 1.11.7 |
Update this as CoreLogging has changed.