Skip to content

Commit

Permalink
Update ci-pr-validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hrsakai authored Nov 16, 2023
1 parent 5e054f4 commit 72a2091
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,21 @@ jobs:
timeout-minutes: 3000
strategy:
fail-fast: false
matrix:
python:
- "3.10"

steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Use Python ${{ matrix.python }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- name: Install CPP lib
run: |
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=true
Expand Down

0 comments on commit 72a2091

Please sign in to comment.