Skip to content

Commit

Permalink
don't test tutorial when creating archive
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhassell committed Dec 6, 2023
1 parent 63ab8e5 commit 3dcefd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_docs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ zip cfdm_tutorial_files.zip *.nc
cd -

# Regerenate tutorial.py
if [[ $1 = "latest" ]] || [[ $1 = "archive" ]] ; then
if [[ $1 = "latest" ]] ; then
./test_tutorial_code
fi

Expand Down

0 comments on commit 3dcefd3

Please sign in to comment.