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 1f62749 commit 0701d8dCopy full SHA for 0701d8d
pyproject.toml
@@ -24,3 +24,9 @@ keywords = ["PARI/GP number theory"]
24
25
[project.urls]
26
Homepage = "https://github.com/sagemath/cypari2"
27
+[tool.cibuildwheel]
28
+before-all = """
29
+ apt-get install --yes wget sudo || yum install -y wget sudo || brew install bash coreutils
30
+ bash -x ./.install-pari.sh
31
+"""
32
+environment = { PARI_VERSION="pari-2.15.4" }
0 commit comments