Skip to content

Commit

Permalink
Quote the link
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Jan 19, 2024
1 parent 812e491 commit b896f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:
- pip install poetry
- poetry config virtualenvs.create false
- mkdir -p bin/magicc/magicc-v7.5.3
- wget -O "bin/magicc/magicc-v7.5.3.tar.gz" ${MAGICC_LINK_FROM_MAGICC_DOT_ORG}
- wget -O "bin/magicc/magicc-v7.5.3.tar.gz" "${MAGICC_LINK_FROM_MAGICC_DOT_ORG}"
- tar -xf bin/magicc/magicc-v7.5.3.tar.gz -C bin/magicc/magicc-v7.5.3
post_install:
- poetry install --with docs --all-extras
Expand Down

0 comments on commit b896f99

Please sign in to comment.