Skip to content

Commit 535dc74

Browse files
committed
Fix yaml
1 parent cde91fe commit 535dc74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-python.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,18 @@ jobs:
5858
name: Verify Dependencies Installation
5959
strategy:
6060
matrix:
61-
os: [ubuntu-latest, windows-latest]
6261
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
62+
include:
63+
- os: ubuntu
64+
- os: windows
6365
steps:
6466
- name: Checkout source tree
6567
uses: actions/checkout@v4
6668
- name: Set up Python ${{ matrix.python-version }}
6769
uses: actions/setup-python@v6
6870
with:
6971
python-version: ${{ matrix.python-version }}
70-
- name: Install dependencies
72+
- name: Install dependencies (${{ matrix.python-version }}, ${{ matrix.os }})
7173
run: |
7274
python -m pip install --upgrade pip
7375
pip install -r py/requirements_lock.txt

0 commit comments

Comments
 (0)