Skip to content

Commit

Permalink
Merge pull request #479 from beeldengeluid/poetry-ci-improvements
Browse files Browse the repository at this point in the history
Poetry ci improvements
  • Loading branch information
gb-beng authored Feb 22, 2024
2 parents b01b1eb + 9dcd626 commit f2de904
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
with:
python-version-file: pyproject.toml
- name: Install poetry
run: curl -sSL https://install.python-poetry.org | python3 -
run: pipx install poetry==1.7.1
- name: Check poetry.lock
run: poetry check
- name: Install poetry env from pyproject.toml
run: poetry install
- name: Run tests
Expand Down

0 comments on commit f2de904

Please sign in to comment.