Skip to content

Commit

Permalink
use dependency group, not extra
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaitz committed Nov 28, 2024
1 parent 96f09fe commit 2f65086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- run: uv python install $PYTHON_VERSION
- run: uv sync --extra test
- run: uv sync --group test
- run: uv run pytest tests/tests.py

deploy:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
[project.urls]
Homepage = "https://github.com/dhaitz/mplcyberpunk"

[project.optional-dependencies]
[dependency-groups]
test = [
"pandas",
"pytest"
Expand Down

0 comments on commit 2f65086

Please sign in to comment.