Skip to content

Commit e87d057

Browse files
committed
no more need of separate ubuntu tests
1 parent 1706004 commit e87d057

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,6 @@ jobs:
8585
with:
8686
path: wheelhouse/*.whl
8787
name: python-package-distributions
88-
- uses: actions/checkout@v4
89-
- uses: actions/download-artifact@v3
90-
with:
91-
name: python-package-distributions
92-
path: dist
93-
- name: Install and test ubuntu wheel
94-
if: matrix.os == 'ubuntu-latest'
95-
# test ubuntu outside of cibuildwheel due to postgres root user issues
96-
run: |
97-
python -m pip install --upgrade pip
98-
python -m pip install --force-reinstall dist/*cp39*manylinux*x86*.whl[test]
99-
pytest -s -v --log-cli-level=INFO ./tests
10088
publish-to-pypi:
10189
if: ${{ startsWith(github.ref, 'refs/tags/') }}
10290
name: Publish Python dist to PyPI

0 commit comments

Comments
 (0)