Skip to content

Commit

Permalink
Try to fix python publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu committed Oct 4, 2024
1 parent 2e63704 commit af1429b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
- cp311-cp311
- cp312-cp312
steps:
- name: Set up compatible Node.js
run: |
curl -sL https://rpm.nodesource.com/setup_14.x | bash -
yum install -y nodejs
mkdir -p /__e/node14/bin
ln -s /usr/bin/node /__e/node14/bin/node
echo "/__e/node14/bin" >> $GITHUB_PATH
- name: Checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit af1429b

Please sign in to comment.