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

Update continuous_integration.yml

parent b5c5afe9
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ jobs:
      fail-fast: false
      matrix:
       os: [ubuntu-latest]
       python-version: ["3.6", "3.7", "3.8", "3.9"]
       python-version: ["3.6", "3.7"]
    services:
      postgres:
        image: postgis/postgis:10-2.5
@@ -45,10 +45,6 @@ jobs:
      - name: Check build environment
        run: |
          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