From 928f7aabb519c5a220b31a242dcf436c8691a810 Mon Sep 17 00:00:00 2001 From: shimwell Date: Sun, 27 Oct 2024 14:28:53 +0000 Subject: [PATCH] disable pytest --- .github/workflows/python-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 3551b0b..775a19f 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -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: @@ -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 @@ -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 }} @@ -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