Skip to content

Remove the stale requirements/*.txt glob from the CI cache key#394

Open
tpvasconcelos wants to merge 2 commits into
mainfrom
219-stale-cache-glob
Open

Remove the stale requirements/*.txt glob from the CI cache key#394
tpvasconcelos wants to merge 2 commits into
mainfrom
219-stale-cache-glob

Conversation

@tpvasconcelos

@tpvasconcelos tpvasconcelos commented Jul 25, 2026

Copy link
Copy Markdown
Owner

Description

Small cleanup left over from #388: the requirements/ directory no longer exists (all development dependencies now live in PEP 735 dependency groups in pyproject.toml), but the setup-python composite action still listed requirements/*.txt in setup-uv's cache-dependency-glob. This removes the dead glob so the cache key is derived from pyproject.toml alone, and updates the (stale) -r requirements.txt example in the requirements input description.

No behaviour change expected: the glob matched nothing, so cache keys stay the same.

Related issues

Related to #219 (follow-up to #388).

PR check list

  • Read the contributing guidelines.
  • Provided the relevant details in the PR's description.
  • Referenced relevant issues in the PR's description.
  • Added tests for all my changes. (N/A - CI config only)
  • Updated the docs for relevant changes. (N/A)
  • Changes are documented in docs/reference/changelog.md.
  • The CI check are all passing, or I'm working on fixing them!
  • I have reviewed my own code! 🤠

📚 Documentation preview 📚: https://ridgeplot--394.org.readthedocs.build/en/394/

@github-actions

This comment has been minimized.

@codecov

codecov Bot commented Jul 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (5006b19) to head (f372924).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #394   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        19           
  Lines          674       674           
  Branches        88        88           
=========================================
  Hits           674       674           
Flag Coverage Δ
combined-src 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant