-
Notifications
You must be signed in to change notification settings - Fork 38
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
Fixes codecov #1816
Fixes codecov #1816
Conversation
jhunkeler
commented
Jun 13, 2024
- Fixes missing python 3.11 test commands
* Fixes missing python 3.11 test commands
3aa15e4
to
9dd3cba
Compare
JenkinsfileRT
Outdated
@@ -60,6 +64,9 @@ bc3.conda_packages = ['python=3.11'] | |||
bc3.build_cmds = ["pip install numpy astropy ci-watson", | |||
"pip install --upgrade -e '.[test]'", | |||
"pip freeze"] | |||
bc2.test_cmds = ["pytest --env=${artifactory_env} --cov=./ --basetemp=tests_output --junitxml=results.xml --bigdata", |
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.
Should this be "b3" instead of "b2"?
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.
Chastised for not leaving a comment. I believe the "b2" should be "b3" on or around line 67.
It looks like we also need to |