Skip to content

Commit c4d5e18

Browse files
committed
Don't create extension in GHA workflow
1 parent 156bd5d commit c4d5e18

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ jobs:
7070
- name: Install dependencies
7171
run: python -m pip install --upgrade tox
7272

73-
- name: Create unaccent extension
74-
run: PGPASSWORD=postgres psql -h localhost -U postgres -d postgres -c 'CREATE EXTENSION IF NOT EXISTS unaccent;'
75-
7673
- name: Run tox targets for ${{ matrix.python-version }}
7774
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d . | cut -f 1 -d '-')
7875

0 commit comments

Comments
 (0)