Skip to content

Commit e17d247

Browse files
committed
working on python wf
1 parent c164af6 commit e17d247

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

.github/workflows/python.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
os: [ubuntu-latest, macos-latest, windows-latest]
56-
python-version: ['3.9', '3.10', '3.11', '3.12']
55+
os: [ubuntu-latest, macos-latest]
56+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
5757

5858
steps:
5959
- uses: actions/checkout@v4
@@ -74,11 +74,6 @@ jobs:
7474
run: |
7575
brew install libomp cmake
7676
77-
- name: Install system dependencies (Windows)
78-
if: runner.os == 'Windows'
79-
run: |
80-
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
81-
8277
- name: Install Python dependencies
8378
run: |
8479
python -m pip install --upgrade pip
@@ -106,7 +101,7 @@ jobs:
106101
strategy:
107102
fail-fast: false
108103
matrix:
109-
os: [ubuntu-latest, macos-latest, windows-latest]
104+
os: [ubuntu-latest, macos-latest]
110105

111106
steps:
112107
- uses: actions/checkout@v4
@@ -127,11 +122,6 @@ jobs:
127122
run: |
128123
brew install libomp cmake
129124
130-
- name: Install system dependencies (Windows)
131-
if: runner.os == 'Windows'
132-
run: |
133-
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
134-
135125
- name: Install build dependencies
136126
run: |
137127
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)