Skip to content

Commit 266989a

Browse files
authored
Merge branch 'main' into fix-accessentry-equality
2 parents 949aa3c + cd2e138 commit 266989a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,10 +408,10 @@ def prerelease_deps(session):
408408
)
409409

410410
# PyArrow prerelease packages are published to an alternative PyPI host.
411-
# https://arrow.apache.org/docs/python/install.html#installing-nightly-packages
411+
# https://arrow.apache.org/docs/developers/python.html#installing-nightly-packages
412412
session.install(
413413
"--extra-index-url",
414-
"https://pypi.fury.io/arrow-nightlies/",
414+
"https://pypi.anaconda.org/scientific-python-nightly-wheels/simple",
415415
"--prefer-binary",
416416
"--pre",
417417
"--upgrade",

0 commit comments

Comments
 (0)