We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5dde4 commit 9db3034Copy full SHA for 9db3034
.github/workflows/ci.yml
@@ -40,6 +40,8 @@ jobs:
40
ROBOT_MODEL: ${{matrix.env.ROBOT_MODEL}}
41
URSIM_VERSION: ${{matrix.env.URSIM_VERSION}}
42
PROGRAM_FOLDER: ${{matrix.env.PROGRAM_FOLDER}}
43
+ - name: install-pips
44
+ run: pip install pandas lxml
45
- name: configure
46
run: mkdir build && cd build && cmake .. -DBUILDING_TESTS=1 -DINTEGRATION_TESTS=1 -DWITH_ASAN=ON
47
env:
0 commit comments