mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 18:50:47 +05:30
Install nvidia toolkit for testing
This commit is contained in:
@@ -27,7 +27,12 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install dependencies
|
||||
- name: Install CUDA tools
|
||||
run: |
|
||||
apt update
|
||||
apt install nvidia-cuda-toolkit
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r tests/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user