Skip to content

Commit

Permalink
Instal needed python packages in CI pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Ramiro Serra <[email protected]>
  • Loading branch information
serraramiro1 committed Jul 10, 2024
1 parent 11853bb commit edf228b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
python3-pip \
python3-vcstool
- name: Install python packages
run: pip install pre-commit==2.20.0 \
plyfile==1.0.3 \
h5py==3.11.0

- name: Checkout repository
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit edf228b

Please sign in to comment.