Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Oct 13, 2023
1 parent 4c168b6 commit 2d31caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
dest: ["", ".", "tflp", "tflp/", "./tflp", "/tmp/tflp"]
model: ["resnet"]
args: ["--noop --count-layers", "--out out.tflite --keep 3 --verbose"] # --keep 1,2,3 currently not supported
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 2d31caf

Please sign in to comment.