Skip to content

Commit

Permalink
Update artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 31, 2023
1 parent 19b0c4e commit 08d553d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robotpy_installer/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
f"https://download.ni.com/ni-linux-rt/feeds/academic/2023/arm/extra/{_OPKG_ARCH}",
]

_ROBORIO_WHEELS = f"https://www.tortall.net/~robotpy/wheels/{_WPILIB_YEAR}/roborio"
_ROBORIO_WHEELS = f"https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-{_WPILIB_YEAR}/simple"

_ROBORIO_IMAGES = [
"2024_v1.1",
Expand Down Expand Up @@ -660,7 +660,7 @@ def download(
"--no-cache-dir",
"--disable-pip-version-check",
"download",
"--find-links",
"--extra-index-url",
_ROBORIO_WHEELS,
"--only-binary",
":all:",
Expand Down

0 comments on commit 08d553d

Please sign in to comment.