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

Enable Linux compatibility with dependency changes and improved dev tooling #17

Merged
merged 21 commits into from
Jan 31, 2025

Conversation

d33bs
Copy link
Member

@d33bs d33bs commented Jan 28, 2025

Description

This PR enables Linux compatibility by making some dependency changes and adding some development tooling intended to help troubleshoot or use nviz within Linux environments through Docker. Mainly this addresses #8. This may also effectively sidestep issues related to #14 (needs verification with Linux GUI).

This PR also bumps the version of MacOS for GH Actions to remain up to date (we were using an outdated and non-ARM based image).

Closes #8
References #14

What kind of change(s) are included?

  • Documentation (changes docs or other related content)
  • Bug fix (fixes an issue).
  • Enhancement (adds functionality).
  • Breaking change (these changes would cause existing functionality to not work as expected).

Checklist

Please ensure that all boxes are checked before indicating that this pull request is ready for review.

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have searched for existing content to ensure this is not a duplicate.
  • I have performed a self-review of these additions (including spelling, grammar, and related).
  • These changes pass all pre-commit checks.
  • I have added comments to my code to help provide understanding
  • I have added a test which covers the code changes found within this PR
  • I have deleted all non-relevant text in this pull request template.

@d33bs d33bs marked this pull request as ready for review January 28, 2025 16:26
@d33bs d33bs mentioned this pull request Jan 28, 2025
11 tasks
@d33bs d33bs requested a review from MikeLippincott January 28, 2025 17:37
Copy link
Member

@MikeLippincott MikeLippincott left a comment

Choose a reason for hiding this comment

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

LGTM!

pyproject.toml Outdated Show resolved Hide resolved
@d33bs
Copy link
Member Author

d33bs commented Jan 31, 2025

Thanks @MikeLippincott ! After making some changes here based on your comment I believe this is now ready to merge.

@d33bs d33bs merged commit ccec77a into WayScience:main Jan 31, 2025
5 checks passed
@d33bs d33bs deleted the linux-tests branch January 31, 2025 20:41
jenna-tomkinson pushed a commit to jenna-tomkinson/nViz that referenced this pull request Feb 14, 2025
…ooling (WayScience#17)

* run linux tests on dev branch

* don't show if headless

* install qt deps

* try async setting

* Update run-tests.yml

* try additional qt libs

* troubleshoot further with docker

* linting

* Update run-tests.yml

* Update run-tests.yml

* Update run-tests.yml

* Update uv.lock

* fallback to napari[all] and setup qt for ubuntu

* move to macos-14 for tests

* add python3-pyqt5 installation

* attempt to install different qt deps

* Update run-tests.yml

* attempt another linux dep step

* update for linting step

* update docs
jenna-tomkinson added a commit that referenced this pull request Feb 14, 2025
* update labels parameter to include default

* [pre-commit.ci lite] apply automatic fixes

* Enable Linux compatibility with dependency changes and improved dev tooling (#17)

* run linux tests on dev branch

* don't show if headless

* install qt deps

* try async setting

* Update run-tests.yml

* try additional qt libs

* troubleshoot further with docker

* linting

* Update run-tests.yml

* Update run-tests.yml

* Update run-tests.yml

* Update uv.lock

* fallback to napari[all] and setup qt for ubuntu

* move to macos-14 for tests

* add python3-pyqt5 installation

* attempt to install different qt deps

* Update run-tests.yml

* attempt another linux dep step

* update for linting step

* update docs

* [pre-commit.ci lite] apply automatic fixes

* fix conflict i hope

* [pre-commit.ci lite] apply automatic fixes

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Dave Bunten <[email protected]>
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.

Fix Linux-based GH Actions test
2 participants