ci: fix poetry installation and pin version to 2.1.1

pull/1203/head
Carlos Barbero 3 months ago
parent f43aac4a0a
commit 42d6bece74

@ -32,7 +32,11 @@ 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 -
echo "$HOME/.local/bin" >> $GITHUB_PATH
env:
POETRY_VERSION: 2.1.1
- name: Run all tests
run: |
poetry install

Loading…
Cancel
Save