Skip to content

Commit

Permalink
chore(CI): Setup poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jun 30, 2024
1 parent 37d6102 commit 55f4101
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1,099 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
uses: riotkit-org/.github/.github/workflows/python.release.yaml@release-1
with:
prepareCmd: "make poetry"
prepareCmd: "make poetry install"
testCmd: "make test"
sonarCloudEnabled: false

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
poetry:
pip3 install poetry poetry-plugin-export --break-system-packages

install:
poetry install

test:
PYTHONPATH=. poetry run pytest -s .
Loading

0 comments on commit 55f4101

Please sign in to comment.