Skip to content

Commit 354b202

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Wait for TestPyPI propagation
9090
run: |
9191
echo "⏳ Waiting for package to be available on TestPyPI..."
92-
sleep 10
92+
sleep 30
9393
9494
- name: Test installation from TestPyPI
9595
run: |
@@ -106,10 +106,8 @@ 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
110109
uv pip install \
111110
--index-url https://test.pypi.org/simple/ \
112-
--extra-index-url https://pypi.org/simple/ \
113111
tabpfn-common-utils==${VERSION}
114112
115113
# Verify installation and version

0 commit comments

Comments
 (0)