Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed May 7, 2024
1 parent f55f1fd commit 2ecbbfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Build MaixPy
- name: Build MaixCDK Examples
run: |
echo "-- Check python version must python 3.11 --"
python3 -c 'import sys;print(sys.version);assert sys.version_info >= (3, 11);assert sys.version_info < (3, 12)'
Expand All @@ -44,7 +44,7 @@ jobs:
echo "--------------------------------"
echo "-- Install requirements first --"
echo "--------------------------------"
python -m pip install -r ../../requirements.txt
python -m pip install -r requirements.txt
echo "--------------------------------"
echo "-- Build Test for Linux now --"
echo "--------------------------------"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_maixcam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Build MaixPy
- name: Build MaixCDK Examples
run: |
echo "-- Check python version must python 3.11 --"
python3 -c 'import sys;print(sys.version);assert sys.version_info >= (3, 11);assert sys.version_info < (3, 12)'
Expand All @@ -44,7 +44,7 @@ jobs:
echo "--------------------------------"
echo "-- Install requirements first --"
echo "--------------------------------"
python -m pip install -r ../../requirements.txt
python -m pip install -r requirements.txt
echo "--------------------------------"
echo "-- Build Test for MaixCAM now --"
echo "--------------------------------"
Expand Down

0 comments on commit 2ecbbfc

Please sign in to comment.