gitea wofkflows: fix aaredb install bug
Build and Publish / test (push) Failing after 9s
Build and Publish / build (push) Has been skipped
Build and Publish / Build and Deploy Docs (push) Has been skipped

This commit is contained in:
2026-04-27 12:06:37 +02:00
parent 37ba313925
commit dae218fbc6
+6 -2
View File
@@ -68,12 +68,16 @@ jobs:
with:
python-version: '3.12'
- name: Install private packages
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov pytest-mock pytest-qt
pip install \
--index-url https://${{ secrets.GITEA_USER }}:${{ secrets.GITEA_TOKEN }}@gitea.psi.ch/api/packages/mx/pypi/simple/ \
--extra-index-url https://pypi.org/simple \
aaredb==0.1.1a45
-e .
- name: Set Up Python Environment
run: |