Skip to content

Commit

Permalink
fix: No module named distutil
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 5, 2023
1 parent 180f2e0 commit 8e7d75b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
- uses: actions/checkout@v4
- run: .github/script/setup

- uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Install tree-sitter CLI
run: npm install -g [email protected]

Expand Down

0 comments on commit 8e7d75b

Please sign in to comment.