Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Mar 28, 2024
2 parents a232104 + b311d4d commit 8c190c0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
33 changes: 29 additions & 4 deletions .github/workflows/matrix.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
{
"cgal_branch": ["v5.6.1", "5.6.x-branch", "master"],
"python-version": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"os": ["ubuntu-latest", "macos-latest", "windows-latest"]
}
"cgal_branch": [
"v5.6.1",
"5.6.x-branch",
"master"
],
"python-version": [
"3.8",
"3.9",
"3.10",
"3.11",
"3.12"
],
"os": [
"ubuntu-latest",
"macos-latest",
"macos-14",
"windows-latest"
],
"exclude": [
{
"os": "macos-14",
"python-version": "3.8"
},
{
"os": "macos-14",
"python-version": "3.9"
}
]
}
1 change: 0 additions & 1 deletion .integration/conda-env-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ channels:
- defaults
dependencies:
- boost-cpp>=1.77.0
- mpir
- zlib
- eigen
- mpfr
Expand Down

0 comments on commit 8c190c0

Please sign in to comment.