-
Notifications
You must be signed in to change notification settings - Fork 21
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 CI tests for macoOS and ubuntu OS. #538
base: master
Are you sure you want to change the base?
Conversation
.github/workflows/CI.yml
Outdated
@@ -19,7 +19,7 @@ jobs: | |||
version: | |||
- '1.10' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'. | |||
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. | |||
os: [ubuntu-latest, windows-latest, macos-latest] |
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 Is macos-latest not working? Is it because of Kaileido_jll? Check the PR I created about that.
# Opens UI | ||
w = KomaUI(return_window=true) | ||
|
||
@unsafe_blink |
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.
Yo actually fix the bug (opposed to only fix the tests) the call to the macro needs to be inside the KomaUI function.
@Stockless can you reply to the comments 🙏 ? |
please don't include changes from other PRs without merging them properly, so the ownership of the changes is not changed. |
Fixed the CI test for macOS replacing the OS version from macOS-latest to macOS-13, and the test for Ubuntu adding a macro to avoid the generation of a sandbox in the creation of the gui window, that is causing an issue due to a bug in the latest version of Ubuntu (Ubuntu 24.04.1)