Skip to content

Commit

Permalink
changed postgis action
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed Mar 18, 2024
1 parent de74f66 commit 624b4ac
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
python_version: [ '3.10', '3.11', '3.12' ]
django_version: [ '3.2.12', '4.2', '5.0.3' ]
steps:
- uses: nyurik/action-setup-postgis@v1
- uses: nyaruka/postgis[email protected]
with:
username: test
database: test
password: password
postgresql version: '12'
postgis version: '2.5'
postgresql password: 'password'
postgresql user: 'test'
postgresql db: 'test'
- uses: actions/checkout@v2
- name: Set up Python version
uses: actions/setup-python@v2
Expand Down

0 comments on commit 624b4ac

Please sign in to comment.