Compare commits

...

1 Commits

Author SHA1 Message Date
Ibrahim Wani
30917f86d9 Replace old python bindings target with new 2026-01-23 00:32:41 +00:00

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