This commit is contained in:
Brage Skjønborg 2026-01-04 14:45:02 +01:00
parent 0a40834ab9
commit d2c9910b5a

View File

@ -34,7 +34,7 @@ jobs:
# Install test dependencies (pytest, asyncio test libs, etc.) # Install test dependencies (pytest, asyncio test libs, etc.)
- name: Install test dependencies - name: Install test dependencies
if: ${{ hashFiles(format('apps/{0}/requirements-test.txt', inputs.app)) != '' }} if: ${{ exists(format('apps/{0}/requirements-test.txt', inputs.app)) }}
run: | run: |
cd apps/${{ inputs.app }} cd apps/${{ inputs.app }}
pip install -r requirements-test.txt pip install -r requirements-test.txt