Skip to content

Commit

Permalink
uninstall, not remove
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 committed Aug 25, 2023
1 parent ed04368 commit 82034b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-gyp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cd gyp-next
python -m pip install --upgrade pip setuptools
pip install --editable .
pip remove gyp-next
pip uninstall gyp-next
- name: Install Node.js dependencies
run: |
cd node-gyp
Expand Down

0 comments on commit 82034b1

Please sign in to comment.