ci: fix test to use apt instead of apk

This commit is contained in:
2026-04-02 20:45:41 -04:00
parent 9745ed75a8
commit 2ae6280566
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Install system dependencies
shell: sh
run: |
apk add --no-cache git python3 py3-pip gcc musl-dev libpq-dev python3-dev
apt upgrade && apt install git python3 py3-pip gcc musl-dev libpq-dev python3-dev
- name: Checkout code
shell: sh