File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ jobs:
3838 - name : Unzip executables
3939 run : unzip 'zipped_executables/*.zip' -d executables
4040 - name : Install Python requirements
41- run : pip install --requirement omg-dds-rtps/ requirements.txt
41+ run : pip install --requirement requirements.txt
4242 - name : Run Interoperability script
4343 timeout-minutes : 30
44- run : python3 ./omg-dds-rtps/ interoperability_report.py --verbose --publisher ./ executables/${{ matrix.publisher }}*shape_main_linux --subscriber ./ executables/${{ matrix.subscriber }}*shape_main_linux --output-name junit_report-${{ matrix.publisher }}-${{ matrix.subscriber }}.xml
44+ run : python3 interoperability_report.py --verbose --publisher executables/${{ matrix.publisher }}*shape_main_linux --subscriber executables/${{ matrix.subscriber }}*shape_main_linux --output-name junit_report-${{ matrix.publisher }}-${{ matrix.subscriber }}.xml
4545 - name : Download timestamp
4646 uses : actions/download-artifact@v4
4747 with :
You can’t perform that action at this time.
0 commit comments