Skip to content

Commit

Permalink
Update deps for gpu tox env
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Jun 2, 2023
1 parent 8cf1bce commit 018b34a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ sitepackages=true
; and other gpu-specific libraries that we can enxpect will always exist. Thus, we don't need
; to install requirements.txt yet. As we get better at python environment isolation, we will
; need to add some back.
deps =
pytest
pytest-cov
deps = -rrequirements/test.txt
commands =
python -m pip install \
cudf-cu11=={env:RAPIDS_VERSION} dask-cudf-cu11=={env:RAPIDS_VERSION} \
Expand Down

0 comments on commit 018b34a

Please sign in to comment.