Runner7
This commit is contained in:
parent
0a40834ab9
commit
d2c9910b5a
2
.github/workflows/build-python-app.yml
vendored
2
.github/workflows/build-python-app.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user