Skip to content

Commit 2054523

Browse files
committed
Fixed build workflow python command
1 parent 1ab2dc8 commit 2054523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/obc_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ jobs:
134134

135135
- name: Run HIL
136136
run: |
137-
cd hil
138-
python hil_main.py /dev/ttyACM0 OBC-firmware-crc.bin
137+
source venv/bin/activate
138+
python hil/hil_main.py /dev/ttyACM0 OBC-firmware-crc.bin

0 commit comments

Comments
 (0)