Skip to content

Commit

Permalink
Change Mac testing workflow to checkout TF/IO repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nitins17 committed Sep 1, 2023
1 parent d3e7fe7 commit 1b7c1c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mac-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit 1b7c1c6

Please sign in to comment.