Skip to content

Commit a9937fd

Browse files
committed
also windows
1 parent df1b800 commit a9937fd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [macos-latest]
18-
python: ["3.10", "3.11", "3.12"]
17+
os: [macos-latest, windows-latest]
18+
python: ["3.9", "3.10", "3.11", "3.12"]
1919

2020
steps:
2121
- uses: compas-dev/compas-actions.build@v4

env_win.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: cgal-dev
22
channels:
33
- conda-forge
44
dependencies:
5-
- python>=3.9
6-
- pip>=19.0
5+
- python >=3.9
6+
- pip >=19.0
77
- mpir
88
- mpfr
9-
- scip
9+
- scip >=9
1010
- boost-cpp
11-
- eigen=3.3
11+
- eigen =3.3
1212
- cgal-cpp
1313
- pybind11
14-
- compas>=2.4
14+
- compas >=2.4
1515
- pytest
1616
- pip:
1717
- .[DEV]

0 commit comments

Comments
 (0)