Skip to content

Commit

Permalink
ci: Use poetry non-package mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Dec 2, 2024
1 parent 0fb3416 commit 2126feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
cd notifier
python -m pip install --upgrade pip
python -m pip install .
python -m pip install -e .
python -m pip install pyinstaller
- name: Build notifier (Windows)
Expand Down
1 change: 1 addition & 0 deletions notifier/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = ""
authors = ["Billy <[email protected]>"]
license = "MIT"
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.12"
Expand Down

0 comments on commit 2126feb

Please sign in to comment.