Skip to content

Commit

Permalink
Correct the action.yml file path.
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <jiz@microsoft.com>
  • Loading branch information
fatcat-z committed Jun 25, 2024
1 parent a677fdd commit c0645f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Tests (Py38-TF2.9-18)
uses: ./.github/actions/unit_test_run
uses: ./.github/actions/unit_test
with:
os: 'ubuntu-latest'
tf_version: '2.9.0'
Expand All @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Tests (Py39-TF2.15-18)
uses: ./.github/actions/unit_test_run
uses: ./.github/actions/unit_test
with:
os: 'ubuntu-latest'
tf_version: '2.15.0'
Expand Down

0 comments on commit c0645f2

Please sign in to comment.