Skip to content

Commit 4850469

Browse files
committed
ignore test imports for now (since it works on conda)
1 parent 138b714 commit 4850469

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ jobs:
2121
- uses: compas-dev/compas-actions.build@v4
2222
with:
2323
invoke_lint: true
24-
check_import: true
2524
use_conda: true
2625
python: ${{ matrix.python }}

env_osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- scip
1010
- boost-cpp
1111
- eigen=3.3
12-
- cgal-cpp<=5.6
12+
- cgal-cpp
1313
- pybind11
1414
- compas
1515
- pip:

env_win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- scip
1010
- boost-cpp
1111
- eigen=3.3
12-
- cgal-cpp<=5.6
12+
- cgal-cpp
1313
- pybind11
1414
- compas
1515
- pip:

tests/test_intersections.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,3 @@ def test_intersections():
1818
polylines.append(polyline)
1919

2020
print(pointsets)
21-
22-
23-
if __name__ == "__main__":
24-
test_intersections()

0 commit comments

Comments
 (0)