summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2025-10-16 17:37:51 -0700
committerGitHub <noreply@github.com>2025-10-17 00:37:51 +0000
commit74d93c0fecdac121320ffac16352979ad4b16c45 (patch)
tree5d8aa395394035c70d3921cfa3e117c429871836
parenta890ddece9ab69b549068605595d006481a59d0f (diff)
Re-enable slangpy test_blit.py::test_generate_mips for CUDA. (#8740)
Issue is fixed with https://github.com/shader-slang/slang/pull/8710
-rw-r--r--.github/workflows/ci-slang-test.yml3
1 files changed, 1 insertions, 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