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.
2 parents 422854f + cad8595 commit e41180dCopy full SHA for e41180d
.cirrus.star
@@ -24,7 +24,7 @@ def main(ctx):
24
# only contains the actual commit message on a non-PR trigger event.
25
# For a PR event it contains the PR title and description.
26
SHA = env.get("CIRRUS_CHANGE_IN_REPO")
27
- url = "https://api.github.com/repos/scipy/scipy/git/commits/" + SHA
+ url = "https://api.github.com/repos/numpy/numpy/git/commits/" + SHA
28
dct = http.get(url).json()
29
# if "[wheel build]" in dct["message"]:
30
# return fs.read("ci/cirrus_wheels.yml")
0 commit comments