Skip to content

Commit

Permalink
fix for running int tests all green (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 authored Aug 26, 2020
1 parent ee379e0 commit c0356a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
def test_criteo_notebook(tmpdir):
input_path = os.path.join(DATA_START, "criteo/crit_int_pq")
output_path = os.path.join(DATA_START, "criteo/crit_test")
os.environ["NUM_PARTS"] = "1"

_run_notebook(
tmpdir,
Expand Down

0 comments on commit c0356a3

Please sign in to comment.