Replace old python bindings target with new (#5887)

This commit is contained in:
Ibrahim Wani
2026-01-23 10:06:11 -07:00
committed by GitHub
parent 0a834eff9e
commit aa864ee964

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