Skip to content

Commit 5634b4f

Browse files
conflict fix
1 parent 2de700d commit 5634b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: 3.9
1919

2020
- name: Install poetry
21-
run: pip install poetry
21+
run: pip install "poetry<2.0.0"
2222

2323
- name: Cache poetry packages
2424
uses: actions/cache@v4

0 commit comments

Comments
 (0)