gh repos and fix mac build

This commit is contained in:
Noah Masur
2022-07-01 08:45:07 -04:00
parent 8a22c80b2d
commit 35a57d2905
6 changed files with 59 additions and 13 deletions

View File

@ -117,11 +117,6 @@
dr = "docker run --rm -it";
db = "docker build . -t";
# Python
py = "python";
po = "poetry";
pr = "poetry run python";
# Rust
ca = "cargo";