Skip to content

Commit

Permalink
Add extra python dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Mohamad committed Nov 11, 2024
1 parent 13f0739 commit 9126c80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
curl -O https://www.python.org/ftp/python/2.7.18/python-2.7.18-macosx10.9.pkg
sudo installer -pkg python-2.7.18-macosx10.9.pkg -target /
echo 'export PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:$PATH"' >> $GITHUB_ENV
- name: Install distutils
run: |
sudo /Library/Frameworks/Python.framework/Versions/2.7/bin/python2 -m ensurepip
sudo /Library/Frameworks/Python.framework/Versions/2.7/bin/python2 -m pip install --upgrade pip setuptools
- run: npm install
- run: npx webpack --config ./webpack.config.npm.js
#- run: npm publish
Expand Down

0 comments on commit 9126c80

Please sign in to comment.