Skip to content

Commit 694c98b

Browse files
committed
Fix to activate venv environment while testing pypi dist
1 parent 354b202 commit 694c98b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,11 @@ jobs:
106106
source .venv/bin/activate
107107
108108
# Install from TestPyPI using uv
109+
# Use --index-url for TestPyPI and --extra-index-url for dependencies from PyPI
110+
# (TestPyPI doesn't have all packages, so we need PyPI as fallback for dependencies)
109111
uv pip install \
110112
--index-url https://test.pypi.org/simple/ \
113+
--extra-index-url https://pypi.org/simple/ \
111114
tabpfn-common-utils==${VERSION}
112115
113116
# Verify installation and version

0 commit comments

Comments
 (0)