Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Wang committed Sep 16, 2022
2 parents 57035d7 + dd674ae commit e40d341
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
devenv:
pip3 install -r requirements.txt
pre-commit install
pip freeze
pip3 freeze

docs:
rm -rf docs/api
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ twine
Cython
cibuildwheel==2.5.0
speedy-antlr-tool

# fix
markupsafe==2.0.1
2 changes: 1 addition & 1 deletion scripts/generate_code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rm fugue_sql_antlr/_parser/*.tokens

touch fugue_sql_antlr/_parser/__init__.py

python scripts/sa_wrapper.py
python3 scripts/sa_wrapper.py


rm -rf fugue_sql_antlr_cpp/antlr4-cpp-runtime
Expand Down

0 comments on commit e40d341

Please sign in to comment.