From 1b7c1c63c43e2bc74924e8da3d17efdc0b5ff124 Mon Sep 17 00:00:00 2001 From: Nitin Srinivasan Date: Fri, 1 Sep 2023 06:51:26 +0000 Subject: [PATCH] Change Mac testing workflow to checkout TF/IO repo --- .github/workflows/mac-testing.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mac-testing.yml b/.github/workflows/mac-testing.yml index 2101ad6..460e4b8 100644 --- a/.github/workflows/mac-testing.yml +++ b/.github/workflows/mac-testing.yml @@ -7,6 +7,9 @@ jobs: hello: runs-on: [self-hosted, macOS, ARM64] steps: - - uses: actions/checkout@v2 + - name: Checkout TensorFlow IO + uses: actions/checkout@v3 + with: + repository: tensorflow/io - name: Hello Step run: echo "Hello world!"