|
|
@ -97,6 +97,6 @@ jobs: |
|
|
|
timeout-minutes: ${{ ((steps.restore-scons-cache.outputs.cache-hit == 'true') && 10 || 30) }} # allow more time when we missed the scons cache |
|
|
|
timeout-minutes: ${{ ((steps.restore-scons-cache.outputs.cache-hit == 'true') && 10 || 30) }} # allow more time when we missed the scons cache |
|
|
|
run: ${{ env.RUN }} "scons -j$(nproc)" |
|
|
|
run: ${{ env.RUN }} "scons -j$(nproc)" |
|
|
|
- name: Test notebooks |
|
|
|
- name: Test notebooks |
|
|
|
timeout-minutes: 2 |
|
|
|
timeout-minutes: 3 |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
${{ env.RUN }} "pip install nbmake && pytest --nbmake tools/car_porting/examples/" |
|
|
|
${{ env.RUN }} "pip install nbmake && pytest --nbmake tools/car_porting/examples/" |