ci: isolate snapshot admin python dependencies
This commit is contained in:
@@ -15,7 +15,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: python3 -m pip install --disable-pip-version-check --quiet pyyaml pytest
|
run: |
|
||||||
|
PYTHON_DEPS="$RUNNER_TEMP/quantengine_snapshot_admin_deps"
|
||||||
|
python3 -m pip install --disable-pip-version-check --quiet --target "$PYTHON_DEPS" pyyaml pytest
|
||||||
|
echo "PYTHONPATH=$PYTHON_DEPS:${PYTHONPATH:-}" >> "$GITHUB_ENV"
|
||||||
- name: Validate snapshot admin workflow
|
- name: Validate snapshot admin workflow
|
||||||
run: python3 tools/validate_snapshot_admin_workflow_v1.py
|
run: python3 tools/validate_snapshot_admin_workflow_v1.py
|
||||||
- name: Run snapshot admin tests
|
- name: Run snapshot admin tests
|
||||||
|
|||||||
Reference in New Issue
Block a user