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

Tox CI fix #1656

Merged
merged 6 commits into from
Aug 22, 2023
Merged

Tox CI fix #1656

merged 6 commits into from
Aug 22, 2023

Conversation

tepickering
Copy link
Collaborator

It looks like tox became more pedantic about environment names exactly matching what's in tox.ini. Previously, one could leave off, say, the py311- at the beginning of an environment name and tox would assume the available python version is 3.11 and carry on. Now it only works if there is an exact match in tox list. This PR tweaks tox.ini and the CI workflows to use python version format that is consistent and create fully qualifies tox environments in the workflows.

tox.ini Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Aug 18, 2023

Codecov Report

Merging #1656 (c110bcf) into develop (c9ff401) will not change coverage.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff            @@
##           develop    #1656   +/-   ##
========================================
  Coverage    41.03%   41.03%           
========================================
  Files          189      189           
  Lines        43221    43221           
========================================
  Hits         17736    17736           
  Misses       25485    25485           

@tepickering
Copy link
Collaborator Author

squashed the bugs, ready for review...

Copy link
Collaborator

@kbwestfall kbwestfall left a comment

Choose a reason for hiding this comment

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

Looks great. Thanks for the quick attention to this!

Copy link
Collaborator

@tbowers7 tbowers7 left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks for fixing this and updating the NumPy versions.

@profxj
Copy link
Collaborator

profxj commented Aug 22, 2023

Thx, @tepickering !

@profxj profxj merged commit d77b770 into pypeit:develop Aug 22, 2023
23 checks passed
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.

5 participants