From 74d93c0fecdac121320ffac16352979ad4b16c45 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 16 Oct 2025 17:37:51 -0700 Subject: Re-enable slangpy test_blit.py::test_generate_mips for CUDA. (#8740) Issue is fixed with https://github.com/shader-slang/slang/pull/8710 --- .github/workflows/ci-slang-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-slang-test.yml b/.github/workflows/ci-slang-test.yml index 06b16ae55..a1a447416 100644 --- a/.github/workflows/ci-slang-test.yml +++ b/.github/workflows/ci-slang-test.yml @@ -221,5 +221,4 @@ jobs: echo "Running pytest on slangpy tests..." export PYTHONPATH="$SITE_PACKAGES" - python -m pytest "$SITE_PACKAGES/slangpy/tests" -ra -n auto --maxprocesses=3 \ - --deselect "device/test_blit.py::test_generate_mips[compute-DeviceType.cuda]" + python -m pytest "$SITE_PACKAGES/slangpy/tests" -ra -n auto --maxprocesses=3 -- cgit v1.2.3