We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054c34f commit cced06fCopy full SHA for cced06f
.github/workflows/ci.yml
@@ -43,6 +43,8 @@ jobs:
43
run: |
44
SYSTEM=$(build/bin/sage-guess-package-system)
45
if [ "$SYSTEM" = "fedora" ]; then
46
+ dnf install git
47
+
48
# Need to use --setopt=tsflags="" to avoid errors with gphelp
49
dnf install -y pari-gp --setopt=tsflags=""
50
0 commit comments