Skip to content
Snippets Groups Projects
Commit 8aee5635 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Donnot skip test_native_tensorflow_compilation_gpu on Travis

parent b34c172c
No related merge requests found
Pipeline #17968 failed with stage
in 1 minute and 30 seconds
...@@ -85,7 +85,6 @@ def test_native_tensorflow_compilation_cpu(): ...@@ -85,7 +85,6 @@ def test_native_tensorflow_compilation_cpu():
assert 'call_backward' in dir(lib) assert 'call_backward' in dir(lib)
@pytest.mark.skipif("TRAVIS" in os.environ, reason="nvcc compilation currently not working on TRAVIS")
def test_native_tensorflow_compilation_gpu(): def test_native_tensorflow_compilation_gpu():
tf = pytest.importorskip('tensorflow') tf = pytest.importorskip('tensorflow')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment