Skip to content

Commit

Permalink
Merge pull request #24292 from charris/backport-24285
Browse files Browse the repository at this point in the history
CI: correct URL in cirrus.star [skip cirrus]
  • Loading branch information
charris authored Jul 30, 2023
2 parents c579282 + e3882da commit 1690ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.star
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main(ctx):
# only contains the actual commit message on a non-PR trigger event.
# For a PR event it contains the PR title and description.
SHA = env.get("CIRRUS_CHANGE_IN_REPO")
url = "https://api.github.com/repos/scipy/scipy/git/commits/" + SHA
url = "https://api.github.com/repos/numpy/numpy/git/commits/" + SHA
dct = http.get(url).json()
# if "[wheel build]" in dct["message"]:
# return fs.read("ci/cirrus_wheels.yml")
Expand Down

0 comments on commit 1690ddd

Please sign in to comment.