Skip to content

Commit

Permalink
Enable poetry shell + update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bicobus committed Dec 16, 2023
1 parent abc98e7 commit 5cc7aee
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
run: poetry install --with dev

- name: Build
run: python setup.py build
run: |
poetry shell
python setup.py build
- name: Packaging
run: |
ls build
24 changes: 12 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ platformdirs = "^3.10.0"


[tool.poetry.group.dev.dependencies]
setuptools = "^68.2.2"
wheel = "^0.41.3"
pip = "^23.3.1"
setuptools = "*"
wheel = "*"
pip = "*"
cx-freeze = "^6.15.11"

[build-system]
Expand Down

0 comments on commit 5cc7aee

Please sign in to comment.