We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece9a22 commit f6a8fc7Copy full SHA for f6a8fc7
.github/workflows/pretrained_model_tests_core.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies (tf v${{ matrix.tf_version }})
30
shell: bash
31
run: |
32
- chmod +x ./tests/setup_test_env.sh
+ chmod +x ./tests/utils/setup_test_env.sh
33
./tests/utils/setup_test_env.sh ${{ matrix.tf_version }} ${{ matrix.ort_version }}
34
35
- name: Fix Paths (Windows only)
.github/workflows/unit_tests_core.yml
0 commit comments