Skip to content

Commit

Permalink
fix: @tensorflow/tfjs-node
Browse files Browse the repository at this point in the history
  • Loading branch information
chaxus committed Nov 4, 2023
1 parent ec05152 commit a44c0f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.10'

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion bin/preinstall.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# @tensorflow/tfjs-node in github actions
pnpm i -g node-gyp
python3 --version

0 comments on commit a44c0f3

Please sign in to comment.