Skip to content

Commit

Permalink
chore: test with poetry from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Oct 4, 2024
1 parent 624ac98 commit cff7d53
Showing 1 changed file with 7 additions and 0 deletions.
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:/python-poetry/poetry.git git+https:/python-poetry/poetry-core.git
- name: Run pytest with poetry and poetry-core from main
run: poetry run pytest

0 comments on commit cff7d53

Please sign in to comment.