Skip to content

Commit

Permalink
Try different option
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Jan 19, 2024
1 parent 3c0c277 commit 36df40a
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" "https://www.magicc.org/api/download?type=MAGICC7&token=${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 36df40a

Please sign in to comment.