We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41ddd70 + 90021cc commit 8d3aa91Copy full SHA for 8d3aa91
.github/workflows/python.yml
@@ -32,3 +32,5 @@ jobs:
32
run: poetry run python examples/regression_savedmodel/regression_savedmodel.py
33
- name: Run example (mnist_savedmodel)
34
run: poetry run python examples/mnist_savedmodel/mnist_savedmodel.py
35
+ - name: Run example (zenn)
36
+ run: poetry run python examples/zenn/zenn.py
.github/workflows/rust.yml
@@ -27,3 +27,5 @@ jobs:
27
run: cargo run --example regression_savedmodel
28
- name: Run (mnist_savedmodel)
29
run: cargo run --example mnist_savedmodel
30
+ - name: Run (zenn)
31
+ run: cargo run --example zenn
0 commit comments