Skip to content

Commit

Permalink
Set pipenv version, because newer versions break sync --system
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekoa authored and mssalvatore committed Feb 28, 2023
1 parent 11a64b1 commit ad5db05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/appimage/appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ install_monkey_island_python_dependencies() {
log_message "Installing island requirements"

log_message "Installing pipenv"
"$APPDIR"/AppRun -m pip install pipenv || handle_error
"$APPDIR"/AppRun -m pip install pipenv==2022.8.14 || handle_error
export CI=1

log_message "Installing dependencies"
Expand Down

0 comments on commit ad5db05

Please sign in to comment.