apk, not apt

This commit is contained in:
Gavin M. Roy 2020-04-06 17:58:56 -04:00
parent 05cedb1d57
commit 705be45ff1

View file

@ -47,7 +47,7 @@ jobs:
- name: Install UUID extension - name: Install UUID extension
run: | run: |
apt-get install -y postgresql-client \ apk add postgresql-client \
&& psql -q -h postgres -U postgres -d postgres -c 'CREATE EXTENSION "uuid-ossp";' && psql -q -h postgres -U postgres -d postgres -c 'CREATE EXTENSION "uuid-ossp";'
- name: Run flake8 tests - name: Run flake8 tests