Skip to content

Commit

Permalink
force poetry to 1.8 in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn committed Jan 6, 2025
1 parent a4286ee commit cca63a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install poetry
run: |
pipx install poetry
pipx install poetry==1.8.4
- name: NetExec set up python ${{ matrix.python-version }} on ${{ matrix.os }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit cca63a2

Please sign in to comment.