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

Feature 92 ci ignore gpu tests #94

Closed
wants to merge 2 commits into from

Conversation

jeipollack
Copy link
Contributor

@jeipollack jeipollack commented Dec 8, 2023

This PR applies a fix raised in #92 regarding skipped validation tests. We want the validation tests to be skipped during CI, but to be ran manually with pytest by the developer. We applied the conditional pytest.mark.skipif decorator and will check if the CI environment variable was defined. If yes, the test is skipped, else the test is run.

Closes #92

@jeipollack jeipollack reopened this Dec 11, 2023
@jeipollack jeipollack self-assigned this Dec 11, 2023
@jeipollack jeipollack added the enhancement New feature or request label Dec 11, 2023
@jeipollack jeipollack linked an issue Dec 11, 2023 that may be closed by this pull request
@jeipollack
Copy link
Contributor Author

A comment: I began working on this in the very late hours last Friday. I made some stupid errors bc I was tired. So, I decided to do a hard reset to get rid of the many useless commits.

@jeipollack jeipollack changed the title Draft: Feature 92 ci ignore gpu tests Feature 92 ci ignore gpu tests Dec 11, 2023
@jeipollack jeipollack closed this Jan 15, 2024
@jeipollack jeipollack deleted the feature_92_ci_ignore_gpu_tests branch March 18, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update CI workflow to ignore tests which require GPU
1 participant