Skip to content

Commit 1954570

Browse files
committed
fix: revert notebooks test command
1 parent e908415 commit 1954570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/run-notebook-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ for env in base /home/ec2-user/anaconda3/envs/*; do
7575
$ENV_PYTHON -m pip install --upgrade pip
7676
$ENV_PYTHON -m pip install "$TARBALL_DIRECTORY/sagemaker.tar.gz"
7777
78-
sudo -u ec2-user -E sh -c 'conda deactivate'
78+
sudo -u ec2-user -E sh -c 'source /home/ec2-user/anaconda3/bin/deactivate'
7979
8080
echo "Update of $env is complete."
8181
done

0 commit comments

Comments
 (0)