Skip to content

Commit

Permalink
ci: add tree-sitter
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamScience committed Nov 10, 2024
1 parent 5547020 commit 7a8678c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6,980 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,9 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 20
- name: Setup Python and Install distutils
id: py
uses: actions/setup-python@v4
with:
python-version: '3.12'
- run: pip3 install setuptools
env:
PYTHON: '${{ steps.py.outputs.python-path }}'
- run: |
python -m ensurepip --upgrade
python -m pip install --upgrade pip setuptools wheel
python -m pip install distutils
- run: npm install
env:
NODE_GYP_FORCE_PYTHON: '${{ steps.py.outputs.python-path }}'
- run: npm rebuild --build-from-source
env:
NODE_GYP_FORCE_PYTHON: '${{ steps.py.outputs.python-path }}'
- run: npm test
env:
NODE_GYP_FORCE_PYTHON: '${{ steps.py.outputs.python-path }}'
Loading

0 comments on commit 7a8678c

Please sign in to comment.