ci: fix pip install
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 1m14s

This commit is contained in:
2026-04-02 20:49:15 -04:00
parent c6760a39a1
commit c17a0d006a
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: Install Python dependencies - name: Install Python dependencies
shell: sh shell: sh
run: | run: |
pip3 install --break-system-packages -r requirements.txt ruff pip3 install -r requirements.txt ruff
- name: Run ruff linter - name: Run ruff linter
shell: sh shell: sh