Unverified Commit 6358b96d authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update continuous_integration.yml

parent a0e6a27a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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