Skip to content

Commit

Permalink
label cuda install test nvidia to skip on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Jan 25, 2025
1 parent fc46227 commit 68577c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_nvidia.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def test_nvidia_env_subs(self):
self.assertEqual(cm.exception.code, 1)

@pytest.mark.docker
@pytest.mark.nvidia # Technically not needing nvidia but too resource intensive for main runs
class CudaTest(unittest.TestCase):
@classmethod
def setUpClass(self):
Expand Down

0 comments on commit 68577c7

Please sign in to comment.