Skip to content

Commit

Permalink
changed the optional name and configed travis to install them
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavkt committed Jan 12, 2025
1 parent b1e3e69 commit 5e7a32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install packagge
run: |
python -m pip install --upgrade pip pytest pytest-cov
python -m pip install -e .
python -m pip install -e .[task_scripts]
- name: Create tasks needed for testing
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
]

[project.optional-dependencies]
tasks = ["pathvalidate"]
task_scripts = ["pathvalidate"]
test = ["pytest", "pytest-cov"]

[project.urls]
Expand Down

0 comments on commit 5e7a32c

Please sign in to comment.