Skip to content

Commit

Permalink
add packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sciyoshi committed Jun 3, 2024
1 parent 47ffb77 commit e5b91db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- run: pip install uv
- run: uv venv
- run: uv pip install --requirement pyproject.toml --all-extras
- run: uv pip install --editable .
- run: .venv/bin/pytest

lint:
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ dependencies = ["graphql-core>=3.2", "promise>=2.3"]
[project.optional-dependencies]
dev = ["mypy~=1.9", "pytest~=8.2", "pytest-benchmark~=4.0", "ruff~=0.4"]

[tool.setuptools]
packages = ["graphql_core_promise"]

[tool.setuptools_scm]

Expand Down

0 comments on commit e5b91db

Please sign in to comment.