Skip to content

Commit 48b1fa8

Browse files
committed
update validate code accuracy configs
1 parent 922ad2e commit 48b1fa8

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,12 @@ jobs:
1212
validate:
1313
name: Validate code accuracy
1414
runs-on: ubuntu-latest
15-
timeout-minutes: 40
16-
strategy:
17-
max-parallel: 5
18-
matrix:
19-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
20-
steps:
21-
- name: Checkout
22-
uses: actions/checkout@v4
23-
- name: Set up Python ${{ matrix.python-version }}
15+
steps:
16+
- uses: actions/checkout@v4
17+
- name: Set up Python
2418
uses: actions/setup-python@v5
2519
with:
26-
python-version: ${{ matrix.python-version }}
20+
python-version: '3.12'
2721
- name: Install dependencies
2822
run: |
2923
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)