From 366c452f28a64d954a7f9126e666af2eb27d9bd3 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Mon, 18 Nov 2024 16:41:06 +0100 Subject: [PATCH] Disable 'test examples' until wgpu is compatible --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a6aa63..d3b3575 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,16 +123,16 @@ jobs: - name: Show wgpu backend run: | python -c "from examples.tests.test_examples import adapter_summary; print(adapter_summary)" - - name: Test examples - env: - PYGFX_EXPECT_LAVAPIPE: true - run: | - pytest -v examples - - uses: actions/upload-artifact@v4 - if: ${{ failure() }} - with: - name: screenshots{{ matrix.pyversion }} - path: examples/screenshots + # - name: Test examples + # env: + # PYGFX_EXPECT_LAVAPIPE: true + # run: | + # pytest -v examples + # - uses: actions/upload-artifact@v4 + # if: ${{ failure() }} + # with: + # name: screenshots{{ matrix.pyversion }} + # path: examples/screenshots test-pyinstaller: name: Test pyinstaller