ci(cross) use python3 instead of python

This commit is contained in:
embeddedt
2022-01-24 10:05:12 -05:00
committed by GitHub
parent 90e2b9f05e
commit df7eaa020d

View File

@@ -80,4 +80,4 @@ jobs:
# Produce a binary artifact and place it in the mounted volume
run: |
python tests/main.py --report test
python3 tests/main.py --report test