Change test versions to match newest IPython and add sudo to mkdir

This commit is contained in:
Cosmin Ciocan
2024-01-02 15:41:39 +01:00
parent d70fe0f5e2
commit 4ade0eac9f
+2 -2
View File
@@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.10", "3.11", "3.12"]
timeout-minutes: 20
@@ -34,7 +34,7 @@ jobs:
run: |
sudo apt update
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
run: |