Skip to content

Commit

Permalink
also windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Oct 2, 2024
1 parent df1b800 commit a9937fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
python: ["3.10", "3.11", "3.12"]
os: [macos-latest, windows-latest]
python: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: compas-dev/compas-actions.build@v4
Expand Down
10 changes: 5 additions & 5 deletions env_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: cgal-dev
channels:
- conda-forge
dependencies:
- python>=3.9
- pip>=19.0
- python >=3.9
- pip >=19.0
- mpir
- mpfr
- scip
- scip >=9
- boost-cpp
- eigen=3.3
- eigen =3.3
- cgal-cpp
- pybind11
- compas>=2.4
- compas >=2.4
- pytest
- pip:
- .[DEV]

0 comments on commit a9937fd

Please sign in to comment.