Skip to content

Commit

Permalink
Correct install name
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Jun 21, 2023
1 parent 95a615a commit 71dfc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
merlin_branch="${{ steps.get-branch-name.outputs.branch }}"
rapids_version=23.04
python -m pip instll -r requirements/test.txt
python -m pip install -r requirements/test.txt
python -m pip install \
nvidia-cudnn-cu11==8.6.0.163 \
cudf-cu11==${rapids_version} dask-cudf-cu11==${rapids_version} \
Expand Down

0 comments on commit 71dfc22

Please sign in to comment.