You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/ci.yml
+26-13
Original file line number
Diff line number
Diff line change
@@ -15,24 +15,34 @@ jobs:
15
15
fail-fast: false
16
16
matrix:
17
17
version:
18
-
- '1.6'# Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
18
+
- 'lts'# Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
19
19
- '1'# Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
Julia wrapper for Jonathan Richard Shewchuk's Triangle mesh generator. The package tries to provide a 1:1 mapping of Triangle's functionality to Julia.
9
10
@@ -40,5 +41,3 @@ free, then you are not required to make any arrangement with me.)
40
41
## Acknowledgement
41
42
This package uses ideas from [TriangleMesh.jl](https://github.com/konsim83/TriangleMesh.jl)
42
43
and [Triangle.jl](https://github.com/cvdlab/Triangle.jl).
0 commit comments