Skip to content

Commit

Permalink
no more need of separate ubuntu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orm011 committed Apr 23, 2024
1 parent 1706004 commit e87d057
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,6 @@ jobs:
with:
path: wheelhouse/*.whl
name: python-package-distributions
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist
- name: Install and test ubuntu wheel
if: matrix.os == 'ubuntu-latest'
# test ubuntu outside of cibuildwheel due to postgres root user issues
run: |
python -m pip install --upgrade pip
python -m pip install --force-reinstall dist/*cp39*manylinux*x86*.whl[test]
pytest -s -v --log-cli-level=INFO ./tests
publish-to-pypi:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
name: Publish Python dist to PyPI
Expand Down

0 comments on commit e87d057

Please sign in to comment.