Skip to content

Commit 9cb9d13

Browse files
committed
label cuda install test nvidia to skip on CI
1 parent fc46227 commit 9cb9d13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_nvidia.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ def test_nvidia_env_subs(self):
251251
self.assertEqual(cm.exception.code, 1)
252252

253253
@pytest.mark.docker
254+
@pytest.mark.nvidia # Technically not needing nvidia but too resource intensive for main runs
254255
class CudaTest(unittest.TestCase):
255256
@classmethod
256257
def setUpClass(self):

0 commit comments

Comments
 (0)