Skip to content

Commit

Permalink
run python tests on gitactions attempt Bridgeconn#10
Browse files Browse the repository at this point in the history
  • Loading branch information
kavitharaju committed Oct 20, 2022
1 parent bddf837 commit f6de8d2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/check-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ jobs:
with:
node-version: 14

- name: Build grammar binary
run: |
cd tree-sitter-usfm3
npm install .
./node_modules/.bin/tree-sitter generate
cd ..
python python-usfm-parser/src/grammar_rebuild.py ./tree-sitter-usfm3/ python-usfm-parser/src/usfm_grammar/my-languages.so
- name: Create Virtual Environment
run: python -m venv ENV-dev

Expand All @@ -64,6 +56,14 @@ jobs:
- name: Install dependencies
run: pip install -r ./python-usfm-parser/dev-requirements.txt

- name: Build grammar binary
run: |
cd tree-sitter-usfm3
npm install .
./node_modules/.bin/tree-sitter generate
cd ..
python python-usfm-parser/src/grammar_rebuild.py ./tree-sitter-usfm3/ python-usfm-parser/src/usfm_grammar/my-languages.so
- name: Install python module
run: |
cd python-usfm-parser
Expand Down

0 comments on commit f6de8d2

Please sign in to comment.