Skip to content

Commit

Permalink
add ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Oct 13, 2023
1 parent b92282d commit ce44000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
pip3 install -r requirements.txt
- name: Install
run: |
./install ${{ matrix.dest }}
./install.sh ${{ matrix.dest }}
- name: Download model
run: |
wget https://github.com/tum-ei-eda/mlonmcu-models/raw/main/${{ matrix.model }}/${{ matrix.model }}.tflite
- name: Run
run: |
cd ${{ matrix.dest }}
./run ${{ matrix.args }}
./run.sh ${{ matrix.args }}

0 comments on commit ce44000

Please sign in to comment.