Skip to content

Commit

Permalink
Use extra index URL to make tests pass. (#1)
Browse files Browse the repository at this point in the history
Tests are failing locally. The pip commands need
`--extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple`.
  • Loading branch information
bdice authored Mar 13, 2024
1 parent d46ee01 commit 9ee11c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def install(self, *args):
"pip",
"install",
"--disable-pip-version-check",
"--extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple",
"--find-links",
str(self.wheelhouse),
"--cache-dir",
Expand All @@ -129,6 +130,7 @@ def wheel(self, package_dir, *args):
"pip",
"wheel",
"--disable-pip-version-check",
"--extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple",
"--no-deps",
"--wheel-dir",
package_dir,
Expand Down

0 comments on commit 9ee11c0

Please sign in to comment.