Skip to content

Commit

Permalink
postgres env in ghaction updated
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbrue committed Dec 9, 2021
1 parent 4539d6b commit 4588459
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/integrationtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ jobs:

- name: Install dependencies
run: |
apt-get install build-essential -y
apt-get update --yes --quiet && apt-get install --yes --quiet --no-install-recommends \
build-essential \
libpq-dev \
libmariadbclient-dev \
libjpeg62-turbo-dev \
zlib1g-dev \
libwebp-dev \
python -m pip install --upgrade pip
pip install poetry tox tox-gh-actions
- name: Test with tox and postgres
Expand Down

0 comments on commit 4588459

Please sign in to comment.