Skip to content

Commit

Permalink
removed oython 3.8 from taskrunnner e2e workflow
Browse files Browse the repository at this point in the history
Signed-off-by: yes <[email protected]>
  • Loading branch information
tanwarsh committed Dec 2, 2024
1 parent 8c3d507 commit 4f81bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/task_runner_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# There are open issues for some of the models, so excluding them for now:
# model_name: [ "torch_cnn_mnist", "keras_cnn_mnist", "torch_cnn_histology" ]
model_name: ["torch_cnn_mnist", "keras_cnn_mnist"]
python_version: ["3.8", "3.9", "3.10"]
python_version: ["3.9", "3.10"]
fail-fast: false # do not immediately fail if one of the combinations fail

env:
Expand Down

0 comments on commit 4f81bb4

Please sign in to comment.