Skip to content

Commit

Permalink
Run tests outside of tox
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Jun 21, 2023
1 parent f2e4ebc commit 95a615a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,13 @@ jobs:
- name: Run tests
run: |
merlin_branch="${{ steps.get-branch-name.outputs.branch }}"
RAPIDS_VERSION=23.04 MERLIN_BRANCH="$merlin_branch" tox -e test-gpu
rapids_version=23.04
python -m pip instll -r requirements/test.txt
python -m pip install \
nvidia-cudnn-cu11==8.6.0.163 \
cudf-cu11==${rapids_version} dask-cudf-cu11==${rapids_version} \
git+https://github.com/NVIDIA-Merlin/core.git@${merlin_branch} \
git+https://github.com/NVIDIA-Merlin/dataloader.git@${merlin_branch} \
git+https://github.com/NVIDIA-Merlin/models.git@${merlin_branch} \
git+https://github.com/NVIDIA-Merlin/core.git@${merlin_branch} \
--extra-index-url=https://pypi.nvidia.com

0 comments on commit 95a615a

Please sign in to comment.