Skip to content

Commit 7eac2e5

Browse files
committed
Fix test_abi3_wheels: update module name from pecos_rslib to _pecos_rslib
1 parent 383e536 commit 7eac2e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
echo "Testing abi3 wheel with Python ${{ matrix.python-version }}"
186186
python --version
187187
pip install --force-reinstall --verbose ./pecos-rslib-wheel/*.whl
188-
python -c 'import pecos_rslib; print(f"pecos_rslib version: {pecos_rslib.__version__}")'
188+
python -c 'import _pecos_rslib; print(f"_pecos_rslib version: {_pecos_rslib.__version__}")'
189189
python -c 'import sys; print(f"Python version: {sys.version}")'
190190
191191
build_sdist_quantum_pecos:

0 commit comments

Comments
 (0)