Skip to content

Commit

Permalink
fix extra install
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 15, 2024
1 parent 08e6fb9 commit 6d743b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
uv sync --group test --extra ${{matrix.extra}}
- name: Run tests
run: python -m pytest --cov=seedbank --cov-report=xml tests
run: |
uv run pytest --cov=seedbank --cov-report=xml tests
- name: Upload logs
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
]

[project.optional-dependencies]
numba = ["numba"]
numba = ["numba >=0.54"]
torch = ["torch"]
cupy = ["cupy"]
cuda11x = ["cupy-cuda11x"]
Expand Down

0 comments on commit 6d743b0

Please sign in to comment.