Skip to content

Commit

Permalink
BUG: Fix pixi caching of Python Debug builds
Browse files Browse the repository at this point in the history
The associated paths were wrong.
  • Loading branch information
thewtex authored and hjmjohnson committed Nov 5, 2024
1 parent 11f67e9 commit 0967a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ cmd = '''cmake
-DCMAKE_BUILD_TYPE:STRING=Debug
-DBUILD_TESTING:BOOL=ON'''
description = "Configure ITK Python - Debug"
outputs = ["build-debug/CMakeFiles/"]
outputs = ["build-debug-python/CMakeFiles/"]

[tool.pixi.feature.python.tasks.build-debug-python]
cmd = "cmake --build build-debug-python"
description = "Build ITK Python - Debug"
outputs = ["build-debug/lib/**"]
outputs = ["build-debug-python/lib/**"]
depends-on = ["configure-debug-python"]

[tool.pixi.feature.python.tasks.test-debug-python]
Expand Down

0 comments on commit 0967a50

Please sign in to comment.