Skip to content

Commit a870bcd

Browse files
committed
chore: test with poetry from main branch
1 parent 624ac98 commit a870bcd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,10 @@ jobs:
7676

7777
- name: Run pytest
7878
run: poetry run pytest -v
79+
80+
- name: Switch to poetry and poetry-core from main
81+
run: |
82+
poetry add https://github.com/python-poetry/poetry.git https://github.com/python-poetry/poetry-core.git
83+
84+
- name: Run pytest with poetry and poetry-core from main
85+
run: poetry run pytest

0 commit comments

Comments
 (0)