Skip to content

Commit 4566fef

Browse files
committed
fix ci
1 parent 4c7401b commit 4566fef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_maixcam.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "--------------------------------"
6161
echo "-- Test MaixPy basic for Linux now --"
6262
echo "--------------------------------"
63-
python test/test_basic.py
63+
chmod +x ./run.sh && ./run.sh test/test_basic.py
6464
echo "----------------------------------"
6565
echo "-- Build MaixPy for MaixCAM now --"
6666
echo "----------------------------------"

.github/workflows/build_maixcam_dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "--------------------------------"
6161
echo "-- Test MaixPy basic for Linux now --"
6262
echo "--------------------------------"
63-
python test/test_basic.py
63+
chmod +x ./run.sh && ./run.sh test/test_basic.py
6464
echo "----------------------------------"
6565
echo "-- Build MaixPy for MaixCAM now --"
6666
echo "----------------------------------"

0 commit comments

Comments
 (0)