Skip to content

Commit f6a8fc7

Browse files
committed
Correct the path.
Signed-off-by: Jay Zhang <jiz@microsoft.com>
1 parent ece9a22 commit f6a8fc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pretrained_model_tests_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies (tf v${{ matrix.tf_version }})
3030
shell: bash
3131
run: |
32-
chmod +x ./tests/setup_test_env.sh
32+
chmod +x ./tests/utils/setup_test_env.sh
3333
./tests/utils/setup_test_env.sh ${{ matrix.tf_version }} ${{ matrix.ort_version }}
3434
3535
- name: Fix Paths (Windows only)

.github/workflows/unit_tests_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies (tf v${{ matrix.tf_version }})
3030
shell: bash
3131
run: |
32-
chmod +x ./tests/setup_test_env.sh
32+
chmod +x ./tests/utils/setup_test_env.sh
3333
./tests/utils/setup_test_env.sh ${{ matrix.tf_version }} ${{ matrix.ort_version }}
3434
3535
- name: Fix Paths (Windows only)

0 commit comments

Comments
 (0)