ci: fix test to use apt instead of apk
Build and Push Docker Images / test (push) Failing after 3s
Build and Push Docker Images / build-api (push) Has been skipped
Build and Push Docker Images / build-frontend (push) Has been skipped
Test and Lint / test (push) Failing after 40s

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 - name: Install system dependencies
shell: sh shell: sh
run: | 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 - name: Checkout code
shell: sh shell: sh