File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -714,19 +714,19 @@ jobs:
714714 echo "TRAFFIC_LIGHTS_COMPLETED=true"
715715 } >> "$GITHUB_ENV"
716716
717+ - name : Install Python dependencies
718+ run : |
719+ pip3 install -r cicd/requirements.txt
720+
717721 - name : Output from traffic lights integration tests
718722 if : env.TRAFFIC_LIGHTS_COMPLETED == 'true'
719723 run : |
720- cat ./test/robot/reports-integration-traffic-lights/output.xml
724+ cat ./test/robot/reports-integration-traffic-lights/output.xml || true
721725
722726 - name : Output from traffic lights tmp dir
723727 if : env.TRAFFIC_LIGHTS_COMPLETED == 'true'
724728 run : |
725729 cat ./test/robot/integration-traffic-lights/tmp/*
726-
727- - name : Install Python dependencies
728- run : |
729- pip3 install -r cicd/requirements.txt
730730
731731 - name : Generate rewritten registry for simulations
732732 if : ${{ matrix.registry != 'test/registry' }}
You can’t perform that action at this time.
0 commit comments