Skip to content

Commit

Permalink
setuptools, where art tho?
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed May 16, 2024
1 parent df0985e commit d97ea83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- uses: actions/setup-python@v5
with:
python-version: 3.12.3
cache: 'pip'
- name: Install Python setup tools
run: |
pip install setuptools
- name: Install and build
run: |
yarn install
Expand Down

0 comments on commit d97ea83

Please sign in to comment.