Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
CI: Install python setuptools before npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Dec 14, 2023
1 parent d62e46d commit f4091b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
node-version: 18
cache: 'npm'

- name: Install python setup tools
run: |
pip install setuptools
- name: Install dependencies
run: |
npm install
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
node-version: 16
cache: npm

- name: Install python setup tools
run: |
pip install setuptools
- name: npm install
run: |
npm install
Expand Down

0 comments on commit f4091b5

Please sign in to comment.