Skip to content

Commit

Permalink
Install git
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Jan 17, 2024
1 parent d4d6bff commit 10b2947
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,13 @@ jobs:
eval $(build/bin/sage-print-system-package-command $SYSTEM --yes --ignore-missing install $(build/bin/sage-get-system-packages $SYSTEM _python3.9))
fi
eval $(build/bin/sage-print-system-package-command $SYSTEM --yes --ignore-missing install $(build/bin/sage-get-system-packages $SYSTEM $(build/bin/sage-package list :standard:)))
# Needed for bootstrap
pip3 install jinja2
# Needed to download and install cypari2 below
eval $(build/bin/sage-print-system-package-command $SYSTEM --yes --ignore-missing install git)
# # Download and install pari for cypari2
# # https://github.com/sagemath/cypari2/issues/145
# eval $(build/bin/sage-print-system-package-command $SYSTEM --yes --ignore-missing install wget sudo)
Expand Down

0 comments on commit 10b2947

Please sign in to comment.