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

Update continuous_integration.yml

parent 6358b96d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -47,6 +47,8 @@ jobs:
          conda list
      - name: Setup Test DB
        run: psql -h localhost -p 35432 -c 'create database template_postgis;' -U postgres
        env:
          PGPASSWORD: NotTheDefault
      - name: Install Python Package
        run: |
          python setup.py install