Skip to content

Commit

Permalink
adding import or skip for tensorflow framework required by examples t…
Browse files Browse the repository at this point in the history
…ests (#1691)
  • Loading branch information
jperez999 authored Oct 8, 2022
1 parent b2144b4 commit 8f87c34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/examples/test_01-Getting-started.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
# limitations under the License.
#
import nest_asyncio
import pytest
from testbook import testbook

from tests.conftest import REPO_ROOT

pytest.importorskip("tensorflow")
nest_asyncio.apply()


Expand Down
1 change: 1 addition & 0 deletions tests/unit/examples/test_02-Advanced-NVTabular-workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from tests.conftest import REPO_ROOT

pytest.importorskip("cudf")
pytest.importorskip("tensorflow")
nest_asyncio.apply()


Expand Down

0 comments on commit 8f87c34

Please sign in to comment.