Skip to content

Commit

Permalink
Install website extras
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani authored Apr 1, 2024
1 parent 6c82f67 commit 427a721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
randovania_version=7.5.0

echo "Installing Requirements"
python -m pip install randovania==$randovania_version cryptography
python -m pip install randovania[website]==$randovania_version cryptography

echo "Copying Jekyll source"
echo "version: $randovania_version" >> _data/rdv.yml
Expand Down

0 comments on commit 427a721

Please sign in to comment.