File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change @@ -50,54 +50,10 @@ jobs:
50
50
run : |
51
51
python -m pip install --upgrade pipenv wheel
52
52
53
- - name : Install types
54
- run : |
55
- pip install ./stac_fastapi/types[dev]
56
-
57
- - name : Install core api
58
- run : |
59
- pip install ./stac_fastapi/api[dev]
60
-
61
- - name : Install Extensions
62
- run : |
63
- pip install ./stac_fastapi/extensions[dev]
64
-
65
- - name : Install sqlalchemy stac-fastapi
66
- run : |
67
- pip install ./stac_fastapi/sqlalchemy[dev,server]
68
-
69
53
- name : Install pgstac stac-fastapi
70
54
run : |
71
55
pip install ./stac_fastapi/pgstac[dev,server]
72
56
73
- - name : Run migration
74
- run : |
75
- cd stac_fastapi/sqlalchemy && alembic upgrade head
76
- env :
77
- POSTGRES_USER : username
78
- POSTGRES_PASS : password
79
- POSTGRES_DBNAME : postgis
80
- POSTGRES_HOST : localhost
81
- POSTGRES_PORT : 5432
82
-
83
- - name : Run test suite
84
- run : |
85
- cd stac_fastapi/api && pipenv run pytest -svvv
86
- env :
87
- ENVIRONMENT : testing
88
-
89
- - name : Run test suite
90
- run : |
91
- cd stac_fastapi/sqlalchemy && pipenv run pytest -svvv
92
- env :
93
- ENVIRONMENT : testing
94
- POSTGRES_USER : username
95
- POSTGRES_PASS : password
96
- POSTGRES_DBNAME : postgis
97
- POSTGRES_HOST_READER : localhost
98
- POSTGRES_HOST_WRITER : localhost
99
- POSTGRES_PORT : 5432
100
-
101
57
- name : Run test suite
102
58
run : |
103
59
cd stac_fastapi/pgstac && pipenv run pytest -svvv
You can’t perform that action at this time.
0 commit comments