We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7401b commit 4566fefCopy full SHA for 4566fef
.github/workflows/build_maixcam.yml
@@ -60,7 +60,7 @@ jobs:
60
echo "--------------------------------"
61
echo "-- Test MaixPy basic for Linux now --"
62
63
- python test/test_basic.py
+ chmod +x ./run.sh && ./run.sh test/test_basic.py
64
echo "----------------------------------"
65
echo "-- Build MaixPy for MaixCAM now --"
66
.github/workflows/build_maixcam_dev.yml
0 commit comments