ci: remove orphaned nss_install_smoke workflow#1360
Merged
Conversation
NSS was removed from autofit (the [nss] extra and af.NSS are both gone from
main), but nss_install_smoke.yml was left behind. It runs on every PR and does
`pip install -e PyAutoFit[nss]` — an extra that no longer exists — so it fails
on every PR ("autofit 1.0.dev0 does not provide the extra 'nss'"). Delete it;
it validates a removed feature.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
NSS has been removed from autofit — the
[nss]extra andaf.NSSare both gone frommain— but.github/workflows/nss_install_smoke.ymlwas left behind. It runs on every PR and installsautofit[nss], an extra that no longer exists, so it fails on every PR:This deletes the orphaned workflow (it validated a two-step install for a removed feature). Surfaced while merging the Python Version Matrix fixes — this was the only stray NSS reference left on
main(pyproject and docs are clean).🤖 Generated with Claude Code