fix: pin Poetry to 2.2.1 as Python 3.9 support was dropped in 2.3.0

pull/1218/head
kakakakakku 4 months ago
parent 3e491d5072
commit 0388026201

@ -32,7 +32,7 @@ jobs:
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
- name: Install poetry
run: curl -sSL https://install.python-poetry.org | python3 -
run: curl -sSL https://install.python-poetry.org | python3 - --version 2.2.1
- name: Run all tests
run: |
poetry install

Loading…
Cancel
Save