Skip to content

Commit

Permalink
try fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien Massiot committed Sep 20, 2023
1 parent 716ea38 commit 9d8801f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ notebook-validation:
tp-validation:
$(MAKE) notebook-validation 2>execution_output.log || true
execution_output=$$(cat execution_output.log && rm -f execution_output.log)
rm notebook/titanic.nbconvert.ipynb
rm notebook/y_test_predictions.csv
rm notebook/titanic.nbconvert.ipynb 2> /dev/null || true
rm notebook/y_test_predictions.csv 2> /dev/null || true
echo "Le notebook a été exécuté de bout en bout:"
echo "-----------------------"
echo "$$execution_output"
Expand Down

0 comments on commit 9d8801f

Please sign in to comment.