Skip to content

Commit

Permalink
Fix the names
Browse files Browse the repository at this point in the history
Signed-off-by: payalcha <[email protected]>
  • Loading branch information
payalcha committed Feb 24, 2025
1 parent 6b290c5 commit 4b7e1ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/task_runner_dockerized_ws_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
# IMP: Models requiring higher config might fail on current GitHub runners due to resource constraints.
model_name: ["keras/mnist", "keras/jax/mnist", "keras/torch/mnist"]
model_name: ["keras/mnist", "keras/jax/mnist"]
python_version: ["3.10", "3.11"] # Keras does not support Python 3.12
fail-fast: false # do not immediately fail if one of the combinations fail

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/task_runner_fedeval_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
test_type: "With_TLS"
test_type: "FedEval_With_TLS"

test_without_tls:
name: FedEval Without TLS
Expand Down

0 comments on commit 4b7e1ae

Please sign in to comment.