Skip to content

Commit

Permalink
fix ci rangehttpserver
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Sep 18, 2024
1 parent 81efec2 commit 0ebf3c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,13 @@ dependencies:
- &dask dask>=2022.05.2
- pytest
- pytest-cov
- output_types: [requirements, pyproject]
packages:
- rangehttpserver
- output_types: conda
packages:
- pip:
- rangehttpserver
- rangehttpserver
specific:
- output_types: [conda, requirements, pyproject]
matrices:
Expand Down
2 changes: 1 addition & 1 deletion python/kvikio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test = [
"dask>=2022.05.2",
"pytest",
"pytest-cov",
{pip = ["rangehttpserver"]},
"rangehttpserver",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Expand Down

0 comments on commit 0ebf3c6

Please sign in to comment.