Skip to content

Commit 9db3034

Browse files
committed
Install necessary pip packages in CI
1 parent 4c5dde4 commit 9db3034

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
ROBOT_MODEL: ${{matrix.env.ROBOT_MODEL}}
4141
URSIM_VERSION: ${{matrix.env.URSIM_VERSION}}
4242
PROGRAM_FOLDER: ${{matrix.env.PROGRAM_FOLDER}}
43+
- name: install-pips
44+
run: pip install pandas lxml
4345
- name: configure
4446
run: mkdir build && cd build && cmake .. -DBUILDING_TESTS=1 -DINTEGRATION_TESTS=1 -DWITH_ASAN=ON
4547
env:

0 commit comments

Comments
 (0)