Skip to content

Commit cca63a2

Browse files
committed
force poetry to 1.8 in github action
1 parent a4286ee commit cca63a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- name: Install poetry
2121
run: |
22-
pipx install poetry
22+
pipx install poetry==1.8.4
2323
- name: NetExec set up python ${{ matrix.python-version }} on ${{ matrix.os }}
2424
uses: actions/setup-python@v5
2525
with:

0 commit comments

Comments
 (0)