Skip to content

Commit 0b6f205

Browse files
committed
Fix workflow yaml
1 parent 535dc74 commit 0b6f205

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci-python.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,18 @@ jobs:
5656

5757
verify-dependencies:
5858
name: Verify Dependencies Installation
59+
runs-on: ubuntu-latest
5960
strategy:
6061
matrix:
6162
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
62-
include:
63-
- os: ubuntu
64-
- os: windows
6563
steps:
6664
- name: Checkout source tree
6765
uses: actions/checkout@v4
6866
- name: Set up Python ${{ matrix.python-version }}
6967
uses: actions/setup-python@v6
7068
with:
7169
python-version: ${{ matrix.python-version }}
72-
- name: Install dependencies (${{ matrix.python-version }}, ${{ matrix.os }})
70+
- name: Install dependencies (${{ matrix.python-version }})
7371
run: |
7472
python -m pip install --upgrade pip
7573
pip install -r py/requirements_lock.txt

0 commit comments

Comments
 (0)