Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed May 6, 2024
1 parent 9553b17 commit 822a01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
postgres:
image: postgis/postgis:16-3.4
env:
POSTGRES_PASSWORD: postgres
POSTGRES_PASSWORD: Password12!
ports:
- 5432:5432
steps:
Expand Down
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- postgresql

python:
- '3.7'
- '3.8'

before_install:
- export SNAP_INSTALLER=esa-snap_sentinel_unix_"$SNAP_VERSION"_0_0.sh
Expand Down Expand Up @@ -60,6 +60,3 @@ script:

after_success:
- coveralls

notifications:
slack: pyrosar:bs03zodEkRSYr8MN5HrgfSeB

0 comments on commit 822a01f

Please sign in to comment.