Skip to content

Commit

Permalink
fix test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
calderjo committed Mar 14, 2024
1 parent 183cdad commit 9ab6e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fi
set -x

# Allows pinned notebooks to be tested independently.
if [[ $NOTEBOOK == "computer_vision" || $NOTEBOOK == "deep_learning_intro" ]]; then
if [[ $TRACK == "computer_vision" || $TRACK == "deep_learning_intro" ]]; then
docker run --rm -t \
-e KAGGLE_USERNAME -e KAGGLE_KEY \
-v ~/.kaggle:/root/.kaggle:ro \
Expand All @@ -90,7 +90,7 @@ if [[ $NOTEBOOK == "computer_vision" || $NOTEBOOK == "deep_learning_intro" ]];
fi


if [[ $NOTEBOOK == "all" ]]; then
if [[ $TRACK == "all" ]]; then
docker run --rm -t \
-e KAGGLE_USERNAME -e KAGGLE_KEY \
-v ~/.kaggle:/root/.kaggle:ro \
Expand Down

0 comments on commit 9ab6e7a

Please sign in to comment.