Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/personal-staging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,5 @@ is protected for real by the `staging-signing` Environment above.
Offline (local temp git repos, no network, no gh):

```sh
uv run --frozen --extra dev python -m pytest .github/scripts/personal-staging/
uv run --frozen --group dev python -m pytest .github/scripts/personal-staging/
```
2 changes: 1 addition & 1 deletion .github/workflows/personal-staging-hourly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
enable-cache: false

- name: Test the staging composer
run: uv run --frozen --extra dev python -m pytest .github/scripts/personal-staging/
run: uv run --frozen --group dev python -m pytest .github/scripts/personal-staging/

# Privileged (pushes refs/heads/staging) but runs ONLY the stdlib composer.
# Independent of sync-main by design: staging stacks from upstream HEAD,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/personal-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
enable-cache: false

- name: Test the staging composer
run: uv run --frozen --extra dev python -m pytest .github/scripts/personal-staging/
run: uv run --frozen --group dev python -m pytest .github/scripts/personal-staging/

- name: Report failure
if: failure()
Expand Down
Loading