File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 - name : Print QGIS version
6969 run : qgis --version
7070
71+ - name : Install system packages (GDAL/PROJ/GEOS build deps)
72+ run : |
73+ set -e
74+ apt-get update
75+ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
76+ build-essential gdal-bin libgdal-dev proj-bin libproj-dev libgeos-dev python3-dev xvfb
77+ rm -rf /var/lib/apt/lists/*
78+
7179 - name : Setup plugin
7280 run : bash /tests_directory/scripts/qgis_setup.sh loopstructural
7381
7684 run : |
7785 python3 -m pip install -U pip setuptools wheel
7886 python3 -m pip install -U -r requirements/testing.txt
87+ python3 -m pip install -U -r /tests_directory/loopstructural/requirements.txt
88+ - name : Install map2loop
89+ run : |
90+ python3 -m pip install git+https://github.com/Loop3D/map2loop.git@main
7991
8092 - name : Run Unit tests
8193 run : |
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ pyqtgraph
55loopsolver
66geopandas
77numpy == 1.26.4
8+ map2loop ~= 3.3
You can’t perform that action at this time.
0 commit comments