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 c579282 + e3882da commit 1690dddCopy full SHA for 1690ddd
.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