We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4286ee commit cca63a2Copy full SHA for cca63a2
1 file changed
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- name: Install poetry
21
run: |
22
- pipx install poetry
+ pipx install poetry==1.8.4
23
- name: NetExec set up python ${{ matrix.python-version }} on ${{ matrix.os }}
24
uses: actions/setup-python@v5
25
with:
0 commit comments