Skip to content

Commit

Permalink
fix: add python 3.6 to node-gyp integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Aug 16, 2021
1 parent d078e7d commit 3462d4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node-gyp.yml
Expand Up @@ -8,6 +8,8 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: [3.6, 3.9]

runs-on: ${{ matrix.os }}
steps:
- name: Clone gyp-next
Expand All @@ -24,7 +26,7 @@ jobs:
node-version: 14.x
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: ${{ matrix.python }}
- name: Install dependencies
run: |
cd node-gyp
Expand Down

0 comments on commit 3462d4c

Please sign in to comment.