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

ci: unify dependency management + hatch scripts #7079

Merged
merged 8 commits into from
Feb 26, 2024
Merged

Conversation

wochinge
Copy link
Contributor

Related Issues

  • fixes #issue-number

Proposed Changes:

How did you test it?

Notes for the reviewer

Checklist

@coveralls
Copy link
Collaborator

coveralls commented Feb 23, 2024

Pull Request Test Coverage Report for Build 8050338149

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.878%

Totals Coverage Status
Change from base Build 8048103834: 0.0%
Covered Lines: 5212
Relevant Lines: 5799

💛 - Coveralls

@@ -28,15 +29,10 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
python-version: "${{ env.PYTHON_VERSION }}"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

added quotes as this otherwise leads to issues with >= 3.10

@wochinge wochinge marked this pull request as ready for review February 26, 2024 10:17
@wochinge wochinge requested a review from a team as a code owner February 26, 2024 10:17
@wochinge wochinge requested review from davidsbatista and removed request for a team February 26, 2024 10:17
@silvanocerza
Copy link
Contributor

Merged main in, that should solve the failing e2e tests.

@wochinge wochinge merged commit ba49905 into main Feb 26, 2024
24 checks passed
@wochinge wochinge deleted the ci/full-hatch-setup branch February 26, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants