We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156bd5d commit c4d5e18Copy full SHA for c4d5e18
1 file changed
.github/workflows/main.yml
@@ -70,9 +70,6 @@ jobs:
70
- name: Install dependencies
71
run: python -m pip install --upgrade tox
72
73
- - name: Create unaccent extension
74
- run: PGPASSWORD=postgres psql -h localhost -U postgres -d postgres -c 'CREATE EXTENSION IF NOT EXISTS unaccent;'
75
-
76
- name: Run tox targets for ${{ matrix.python-version }}
77
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d . | cut -f 1 -d '-')
78
0 commit comments