From 705be45ff1cf3deb757bcf24756f31a84b0ee3f5 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Mon, 6 Apr 2020 17:58:56 -0400 Subject: [PATCH] apk, not apt --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 9ca7753..5d376d0 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -47,7 +47,7 @@ jobs: - name: Install UUID extension run: | - apt-get install -y postgresql-client \ + apk add postgresql-client \ && psql -q -h postgres -U postgres -d postgres -c 'CREATE EXTENSION "uuid-ossp";' - name: Run flake8 tests