Skip to content

Commit 6103d49

Browse files
committed
restore prework in ci
1 parent 7d38fa0 commit 6103d49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424

25+
- name: Prework
26+
run: touch pyproject.toml
27+
2528
- name: Setup Python
2629
uses: actions-ext/python/setup@main
2730
with:

0 commit comments

Comments
 (0)