From cff7d536e9fc367940fe72e79022bd75efb955f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:27:19 +0200 Subject: [PATCH] chore: test with poetry from main branch --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 63c1ebc..0cd3f54 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,3 +76,10 @@ jobs: - name: Run pytest run: poetry run pytest -v + + - name: Switch to poetry and poetry-core from main + run: | + poetry add git+https://github.com/python-poetry/poetry.git git+https://github.com/python-poetry/poetry-core.git + + - name: Run pytest with poetry and poetry-core from main + run: poetry run pytest