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

Fix actions/cache caching Python 3.11 for the entire matrix #17

Merged
merged 3 commits into from
Feb 8, 2025

Conversation

TabulateJarl8
Copy link
Owner

@TabulateJarl8 TabulateJarl8 commented Feb 7, 2025

There's an issue where all of the Python versions that are being tested are using the Python 3.11 venv that's been cached.

This also removes the setting for pytest-asyncio from pyproject.toml as we don't use that pytest plugin. It must've been an artifact that happened while I was copying settings over from other projects

@codecov-commenter
Copy link

codecov-commenter commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a6f27f3) to head (c3a6406).

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #17   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           45        45           
=========================================
  Hits            45        45           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TabulateJarl8 TabulateJarl8 merged commit 5a440f2 into master Feb 8, 2025
7 checks passed
@TabulateJarl8 TabulateJarl8 deleted the fix-ci-caching branch February 8, 2025 07:54
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.

2 participants