Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Nov 11, 2024
1 parent a9ef451 commit 4db6323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ check-lint-cpp = { cmd = """
cmake \
--build build/$PIXI_ENVIRONMENT_NAME/cpp/$BUILD_TYPE \
--target check-format
""", depends_on = ["config"] }
""", depends_on = ["config"], env = { BUILD_TYPE = "Release" } }

check-lint-py = { cmd = """
black . --check --exclude '\\..*' \
Expand Down

0 comments on commit 4db6323

Please sign in to comment.