Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blavka committed Feb 14, 2022
1 parent 52b6f72 commit 8ca4239
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
paths-ignore:
- '**/README.md'
- '.*'
tags-ignore:
- v*
pull_request:
types: [opened, synchronize]
workflow_dispatch:
Expand Down
66 changes: 64 additions & 2 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.6"
hardwario-chester = ">=1.3.0"

[tool.poetry.dev-dependencies]
#hardwario-common = {path = "../py-hardwario-common", develop = true}
#hardwario-chester = {path = "../py-hardwario-chester", develop = true}
#hardwario-tower = {path = "../py-hardwario-tower", develop = true}
pycodestyle = "^2.8.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 8ca4239

Please sign in to comment.