diff --git a/.github/workflows/pretrained_model_tests_core.yml b/.github/workflows/pretrained_model_tests_core.yml index c0f1bcf06..95e7b9c39 100644 --- a/.github/workflows/pretrained_model_tests_core.yml +++ b/.github/workflows/pretrained_model_tests_core.yml @@ -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) diff --git a/.github/workflows/unit_tests_core.yml b/.github/workflows/unit_tests_core.yml index 7844ebcbe..7de3a7c46 100644 --- a/.github/workflows/unit_tests_core.yml +++ b/.github/workflows/unit_tests_core.yml @@ -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)