Replace old python bindings target with new

This commit is contained in:
Ibrahim Wani
2026-01-23 00:32:41 +00:00
parent a85735d430
commit 30917f86d9

View File

@@ -239,7 +239,7 @@ jobs:
targetType: inline
workingDirectory: build
script: |
cmake --build . --target origami-tests origami_python -- -j$(nproc)
cmake --build . --target origami-tests _pyorigami -- -j$(nproc)
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/gpu-diagnostics.yml
# Run tests using CTest (discovers and runs both C++ and Python tests)
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/test.yml