Skip to content

Commit ba9c02f

Browse files
committed
Drop pixi reinstall genmetaballs in pre-push hook
1 parent 93f3252 commit ba9c02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: test
2828
name: Run all tests
2929
# reinstall genmetaballs to rebuild C++/CUDA code, then run tests
30-
entry: bash -c "pixi reinstall genmetaballs && pixi run test"
30+
entry: pixi run test
3131
language: system
3232
pass_filenames: false
3333
always_run: true

0 commit comments

Comments
 (0)