Skip to content

Commit

Permalink
Specify python version
Browse files Browse the repository at this point in the history
  • Loading branch information
hrsakai authored Nov 16, 2023
1 parent c3e148f commit 7606968
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,22 @@ jobs:
- arm64
nodejs:
- 18
python:
- 3.10
- 3.11
- 3.12
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.nodejs }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.nodejs }}
cache: 'npm'

- name: Use Python ${{ matrix.python }}
uses: actions/setup-node@v3
with:
python-version: ${{ matrix.python }}

- name: Cache Dependencies
id: cache-dependencies
Expand Down

0 comments on commit 7606968

Please sign in to comment.