From a625c1f2ea9b0c8e01422f842d9ce6fd2d99a04f Mon Sep 17 00:00:00 2001 From: giom Date: Wed, 1 Jan 2025 12:45:20 +0000 Subject: [PATCH] remove duplicate action --- .github/workflows/notebooks.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/notebooks.yaml b/.github/workflows/notebooks.yaml index d963c36c8..4065f5cf7 100644 --- a/.github/workflows/notebooks.yaml +++ b/.github/workflows/notebooks.yaml @@ -19,8 +19,7 @@ jobs: # Checkout PR branch for PR events, main branch for manual runs ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || 'main' }} fetch-depth: 0 # Fetch all history to avoid issues with rebasing - - uses: actions/setup - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v4 - name: Install tensorflow-docs run: python3 -m pip install -U git+https://github.com/tensorflow/docs - name: Fetch main branch