Skip to content

Commit

Permalink
Correct the path.
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <[email protected]>
  • Loading branch information
fatcat-z committed Jun 6, 2024
1 parent ece9a22 commit f6a8fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pretrained_model_tests_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies (tf v${{ matrix.tf_version }})
shell: bash
run: |
chmod +x ./tests/setup_test_env.sh
chmod +x ./tests/utils/setup_test_env.sh
./tests/utils/setup_test_env.sh ${{ matrix.tf_version }} ${{ matrix.ort_version }}
- name: Fix Paths (Windows only)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies (tf v${{ matrix.tf_version }})
shell: bash
run: |
chmod +x ./tests/setup_test_env.sh
chmod +x ./tests/utils/setup_test_env.sh
./tests/utils/setup_test_env.sh ${{ matrix.tf_version }} ${{ matrix.ort_version }}
- name: Fix Paths (Windows only)
Expand Down

0 comments on commit f6a8fc7

Please sign in to comment.