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