Skip to content

ci: remove orphaned nss_install_smoke workflow#1360

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/remove-orphaned-nss-ci
Jul 11, 2026
Merged

ci: remove orphaned nss_install_smoke workflow#1360
Jammy2211 merged 1 commit into
mainfrom
feature/remove-orphaned-nss-ci

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

Summary

NSS has been removed from autofit — the [nss] extra and af.NSS are both gone from main — but .github/workflows/nss_install_smoke.yml was left behind. It runs on every PR and installs autofit[nss], an extra that no longer exists, so it fails on every PR:

WARNING: autofit 1.0.dev0 does not provide the extra 'nss'

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

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>
@Jammy2211 Jammy2211 merged commit dd9ca7a into main Jul 11, 2026
4 checks passed
@Jammy2211 Jammy2211 deleted the feature/remove-orphaned-nss-ci branch July 11, 2026 12:09
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