Skip to content

Commit

Permalink
Fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Feb 19, 2024
1 parent d22bcb7 commit 35ec526
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install poetry
run: python -m pip install poetry
- name: Install dependencies
run: python -m pip install lark
run: poetry install
- name: Test parser generator (Python)
run: python -m test.test
run: poetry run python -m test.test

0 comments on commit 35ec526

Please sign in to comment.