mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Add back conan install step
Conan was previously installed by prepare-runner or a separate step. Since we're not using prepare-runner on native runners, install it via pip alongside other Python dependencies. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
6
.github/workflows/telemetry-validation.yml
vendored
6
.github/workflows/telemetry-validation.yml
vendored
@@ -86,8 +86,10 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y curl jq bc ninja-build ccache
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: pip3 install -r docker/telemetry/workload/requirements.txt
|
||||
- name: Install Conan and Python dependencies
|
||||
run: |
|
||||
pip3 install conan
|
||||
pip3 install -r docker/telemetry/workload/requirements.txt
|
||||
|
||||
- name: Print build environment
|
||||
uses: ./.github/actions/print-env
|
||||
|
||||
Reference in New Issue
Block a user