Skip to content

Commit

Permalink
fix: pre commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Oct 16, 2024
1 parent ecb4685 commit 6eadd0e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test-pre-commit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

python3 -m venv venv
source venv/bin/activate
pip3 install "cython<3.0.0" wheel
pip3 install "PyYAML==5.4.1" --no-build-isolation
make dev-install && rm -rf src

0 comments on commit 6eadd0e

Please sign in to comment.