We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f1949 commit 8d1657fCopy full SHA for 8d1657f
1 file changed
.gitlab-ci.yml
@@ -12,21 +12,6 @@ Python 3 Titan V:
12
except:
13
- tags
14
15
-Python 3 K40:
16
- script:
17
- - py_version=3
18
- - EXTRA_INSTALL="numpy mako"
19
- - echo "CUDADRV_LIB_DIR = ['/usr/lib/x86_64-linux-gnu/nvidia/current']" > siteconf.py
20
- - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh
21
- - "export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH"
22
- - ". ./build-and-test-py-project.sh"
23
-
24
- tags:
25
- - python3
26
- - nvidia-k40
27
- except:
28
- - tags
29
30
Documentation:
31
script: |
32
EXTRA_INSTALL="numpy mako"
0 commit comments