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 8e7d75b commit b6a6eef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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 b6a6eef

Please sign in to comment.