Loading .github/workflows/continuous_integration.yml +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ jobs: run: | conda list - name: Setup Test DB run: psql -c 'create database template_postgis;' -U postgres run: psql -h localhost -p 35432 -c 'create database template_postgis;' -U postgres - name: Install Python Package run: | python setup.py install Loading Loading
.github/workflows/continuous_integration.yml +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ jobs: run: | conda list - name: Setup Test DB run: psql -c 'create database template_postgis;' -U postgres run: psql -h localhost -p 35432 -c 'create database template_postgis;' -U postgres - name: Install Python Package run: | python setup.py install Loading