Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkZH committed Oct 12, 2024
1 parent fb0fb75 commit fa03918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_bot/test_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def download_lc0() -> None:
"""Download Leela Chess Zero 0.29.0."""
if os.path.exists("./TEMP/lc0.exe"):
return

response = requests.get("https://github.com/LeelaChessZero/lc0/releases/download/v0.29.0/lc0-v0.29.0-windows-cpu-dnnl.zip",
allow_redirects=True)
response.raise_for_status()
Expand Down

0 comments on commit fa03918

Please sign in to comment.