Skip to content

Commit

Permalink
Merge branch 'main' into add-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Mar 13, 2024
2 parents 6b91ab9 + 9ee11c0 commit c08d99a
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 c08d99a

Please sign in to comment.