Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
3 changes: 3 additions & 0 deletions .github/workflows/regenerate-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

permissions:
contents: read
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ replacements:
]
before: |
\ # Install all dependencies\n session.install\("-e", "\."\)
after: |
after: |2
# Install all dependencies
session.install("-e", f".[{','.join(UNIT_TEST_EXTRAS)}]")
count: 2
Expand Down
Loading