Skip to content

Commit f35156b

Browse files
Secboneclaude
andcommitted
fix: remove import test from publish workflow verify step
The wheel install test fails in CI because pip defaults to --user install and the user site-packages isn't on the Python path. The wheels are already tested in the platform workflows, so the import test here is redundant. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dce2472 commit f35156b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@ jobs:
129129
130130
echo "✓ All platforms have wheels"
131131
132-
# Quick install test for Linux wheel
133-
pip install dist/toad-*manylinux*.whl --force-reinstall
134-
python -c "import toad; print('✓ Linux wheel installs OK')"
135-
136132
- name: Upload combined wheels
137133
uses: actions/upload-artifact@v4
138134
with:

0 commit comments

Comments
 (0)