-
Notifications
You must be signed in to change notification settings - Fork 4
58 lines (45 loc) · 1.36 KB
/
grass_provider.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: GRASS GIS provider
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
consistency-quicktest:
strategy:
fail-fast: false
runs-on: ubuntu-22.04
container:
image: osgeo/grass-gis:releasebranch_8_3-debian
steps:
- uses: actions/checkout@v3
- name: Install Python dependencies
run: |
pip3 install --break-system-packages -r .github/workflows/requirements.txt
pip3 install --break-system-packages -r .github/workflows/requirements3.12.txt
- name: Install smoderp2d
run: |
pip3 install --break-system-packages .
- name: Run GRASS test suite (rain_sim)
run: |
./tests/run_grass_gistest.sh rain_sim
consistency-longtest:
strategy:
fail-fast: false
runs-on: ubuntu-22.04
container:
image: osgeo/grass-gis:releasebranch_8_3-debian
steps:
- uses: actions/checkout@v3
- name: Install Python dependencies
run: |
pip3 install --break-system-packages -r .github/workflows/requirements.txt
pip3 install --break-system-packages -r .github/workflows/requirements3.12.txt
- name: Install smoderp2d
run: |
pip3 install --break-system-packages .
- name: Run GRASS test suite
run: |
./tests/run_grass_gistest.sh nucice