gitea wofkflows: fix aaredb install bug
Build and Publish / test (push) Failing after 20s
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:07:53 +02:00
parent dae218fbc6
commit bc0b07c814
+6 -12
View File
@@ -41,8 +41,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov pytest-mock pytest-qt
pip install -e .
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 \
-e .
- name: Run tests with pytest
run: |
@@ -67,17 +72,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.12'
- 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 \
-e .
- name: Set Up Python Environment
run: |