Skip to content

Commit 505dada

Browse files
add new fields config to fix summaries
1 parent 0cb9163 commit 505dada

File tree

4 files changed

+2467
-2
lines changed

4 files changed

+2467
-2
lines changed

.actrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--bind
2+
-P ubuntu-latest=catthehacker/ubuntu:act-latest
3+
-P windows-latest=catthehacker/ubuntu:act-latest
4+
-P macos-latest=catthehacker/ubuntu:act-latest

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,8 @@ members = ["docs"]
105105
[build-system]
106106
requires = ["setuptools>=61.0"]
107107
build-backend = "setuptools.build_meta"
108+
109+
[dependency-groups]
110+
dev = [
111+
"ipdb>=0.13.13",
112+
]

0 commit comments

Comments
 (0)