Skip to content

Commit

Permalink
Small change to check if caching works when CI reruns
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Oct 15, 2022
1 parent 8a524c3 commit 0d16d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdem/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def diff_environment_yml(fn_env: str, fn_devenv: str, print_dep: str = "both") -
else:
diff_pip_dep = []

# If the diff is empty for pip, return a string saying None to read easily in bash
# If the diff is empty for pip, return a string "None" to read easily in bash
if len(diff_pip_dep) == 0:
diff_pip_dep = ["None"]

Expand Down

0 comments on commit 0d16d91

Please sign in to comment.