We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624ac98 commit a870bcdCopy full SHA for a870bcd
.github/workflows/main.yml
@@ -76,3 +76,10 @@ jobs:
76
77
- name: Run pytest
78
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