Skip to content

Commit

Permalink
[ci] fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
8baller committed Nov 9, 2023
1 parent 902dca2 commit a5a99ad
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/common_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
- name: Lint
run: |
poetry run adev lint -p tests
poetry run adev lint -p rysk_client
poetry run make lint
- name: Tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: tests
tests:
pytest tests -vv
poetry run pytest tests -vv

fmt:
poetry run black tests lyra
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ packages = [{include = "lyra"}]
[tool.poetry.dependencies]
python = ">=3.8.1,<=3.11.5"
requests = "^2.31.0"
pytest = "^7.4.2"
web3 = "^5"
black = "^23.10.1"
isort = "^5.12.0"
flake8 = "^6.1.0"
websocket-client = "^1.6.4"
setuptools = "^68.2.2"
rich-click = "^1.7.1"
Expand All @@ -24,6 +20,12 @@ python-dotenv = ">=0.14.0,<0.18.0"
lyra= "lyra.cli:cli"


[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
black = "^23.10.1"
isort = "^5.12.0"
flake8 = "^6.1.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit a5a99ad

Please sign in to comment.