Skip to content

Commit

Permalink
python -m pip install --upgrade packaging pip setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 18, 2023
1 parent 46d7988 commit a7b518c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node-gyp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Clone gyp-next
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: gyp-next
- name: Clone nodejs/node-gyp
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: nodejs/node-gyp
path: node-gyp
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Install Python dependencies
run: |
cd gyp-next
python -m pip install --upgrade pip setuptools
python -m pip install --upgrade packaging pip setuptools
pip install --editable .
pip uninstall -y gyp-next
- name: Install Node.js dependencies
Expand Down

0 comments on commit a7b518c

Please sign in to comment.