mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-14 03:00:47 +05:30
Change test versions to match newest IPython and add sudo to mkdir
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-latest"]
|
os: ["ubuntu-latest"]
|
||||||
python-version: ["3.8", "3.9", "3.10"]
|
python-version: ["3.10", "3.11", "3.12"]
|
||||||
|
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install nvidia-cuda-toolkit
|
sudo apt install nvidia-cuda-toolkit
|
||||||
mkdir -p /usr/lib/x86_64-linux-gnu/nsight-compute/sections
|
sudo mkdir -p /usr/lib/x86_64-linux-gnu/nsight-compute/sections
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user