Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist committed Dec 27, 2024
1 parent 69f27e5 commit ba9890f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Build msgspec and install dependencies
run: |
pip install coverage -e ".[test]"
pip install -e ".[dev]"
- name: Run pre-commit hooks
uses: pre-commit/action@v3.0.0
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,13 @@
doc_deps = ["sphinx", "furo", "sphinx-copybutton", "sphinx-design", "ipython"]
test_deps = [
"pytest",
"mypy",
"pyright",
"msgpack",
"attrs",
'eval-type-backport ; python_version < "3.10"',
*yaml_deps,
*toml_deps,
]
dev_deps = ["pre-commit", "coverage", "gcovr", *doc_deps, *test_deps]
dev_deps = ["pre-commit", "coverage", "mypy", "pyright", *doc_deps, *test_deps]

extras_require = {
"yaml": yaml_deps,
Expand Down

0 comments on commit ba9890f

Please sign in to comment.