Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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