Loading .github/workflows/continuous_integration.yml +1 −5 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading
.github/workflows/continuous_integration.yml +1 −5 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading