Skip to content

chore: switch sourcing Python packages from Nexus to GAR #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/eng-infrastructure/rxrx-pyenv as test
FROM us-central1-docker.pkg.dev/eng-ops-b1bb36c9/container-images/rxrx-pyenv:v2025.03.01 as test
ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8

Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist = py3{10}, report
requires = keyrings.google-artifactregistry-auth

[testenv]
commands = pytest
Expand All @@ -12,7 +13,7 @@ install_command =
python -m pip install -U {opts} {packages} --find-links https://data.pyg.org/whl/torch-2.1.2+cpu.html
deps =
py310: -r requirements/dev-3.10.txt

passenv = GOOGLE_APPLICATION_CREDENTIALS

[testenv:report]
deps = coverage
Expand All @@ -32,3 +33,4 @@ deps =
black
skip_install = true
commands = pre-commit run --all-files --show-diff-on-failure

Loading