You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,19 @@ on:
5
5
branches:
6
6
- main
7
7
- "pull-request/[0-9]+"
8
+
workflow_dispatch: # Allows manual triggering from any branch
8
9
9
10
jobs:
10
11
test:
11
12
runs-on: linux-amd64-gpu-l4-latest-1
12
13
steps:
13
14
- uses: actions/checkout@v3
14
-
- name: Setup Python
15
-
uses: actions/setup-python@v4
16
-
with:
17
-
python-version: "3.12"
18
15
19
-
- name: Check CUDA runtime
16
+
- name: Verify environment
20
17
run: |
21
18
nvidia-smi
22
-
echo "Checking for CUDA libraries..."
23
-
ls /usr/local/cuda*/lib64/libcudart.so* 2>/dev/null || ls /usr/lib/x86_64-linux-gnu/libcuda.so* 2>/dev/null || echo "No CUDA libs found in standard paths"
0 commit comments