Skip to content

Commit

Permalink
disable pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Oct 27, 2024
1 parent b64de00 commit 928f7aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# maturin generate-ci github -o .github/workflows/python-publish.yml --pytest --platform manylinux windows
#
name: PyPI publish
name: CI

on:
push:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
source .venv/bin/activate
pip install fusion_neutron_utils --find-links dist --force-reinstall
pip install pytest
pytest
# pytest
- name: pytest
if: ${{ !startsWith(matrix.platform.target, 'x86') && matrix.platform.target != 'ppc64' }}
uses: uraimo/run-on-arch-action@v2
Expand All @@ -77,7 +77,7 @@ jobs:
run: |
set -e
pip3 install fusion_neutron_utils --find-links dist --force-reinstall
pytest
# pytest
windows:
runs-on: ${{ matrix.platform.runner }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
source .venv/Scripts/activate
pip install fusion_neutron_utils --find-links dist --force-reinstall
pip install pytest
pytest
# pytest
sdist:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 928f7aa

Please sign in to comment.