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

Add basic CI checks via GitHub Actions to run tests and validate packaging #24

Closed
CAM-Gerlach opened this issue Nov 19, 2021 · 0 comments · Fixed by #33
Closed

Add basic CI checks via GitHub Actions to run tests and validate packaging #24

CAM-Gerlach opened this issue Nov 19, 2021 · 0 comments · Fixed by #33
Assignees
Milestone

Comments

@CAM-Gerlach
Copy link
Member

CAM-Gerlach commented Nov 19, 2021

As originally mentioned in PR #21

Here, we can use a simplified version of our basic workflow template, as used on many of our other repos. QtPy (e.g. as of spyder-ide/qtpy#272 ) is the most recent example, though in that case (like most of the other extant ones, for various specific reasons), we used Miniconda to set up the envs and a bash script to run through them, so we could test different Qt binding versions on the same job. Here, that could be greatly simplified to something most closely resembling what I have in Sub Manager (which was itself based on the previous Spyder repo GitHub actions I developed), though with the further improvements made to those in QtPy and elsewhere.

More or less blocked on #23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant