We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa245f1 commit 7e9e971Copy full SHA for 7e9e971
.github/workflows/tools_tests.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build openpilot
30
run: |
31
source ~/.bashrc
32
- scons -j$(nproc)
+ pipenv run scons -j$(nproc)
33
34
plotjuggler:
35
name: plotjuggler
0 commit comments