Skip to content

Commit

Permalink
Add missing pip pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgelenas committed Jan 24, 2024
1 parent bea42de commit e9c3d15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
with:
node-version: 16.16.0
cache: 'yarn'


# required for node gyp / serialport module
- run: pip install setuptools

- name: Install dependencies
run: |
yarn install --prefer-offline --network-timeout 180000
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
node-version: 16.16.0
cache: 'yarn'

# required for node gyp / serialport module
- run: pip install setuptools

- name: Install dependencies
run: |
yarn install --network-timeout 180000
Expand Down

0 comments on commit e9c3d15

Please sign in to comment.