From f864ffc24addfda39cb360c4136dbaf1ede0f2b9 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Mon, 18 Nov 2024 16:44:09 +0100 Subject: [PATCH] turn on --- .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 d3b3575..1a6aa63 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