Skip to content

Commit

Permalink
remove duplicate action
Browse files Browse the repository at this point in the history
  • Loading branch information
Giom-V committed Jan 1, 2025
1 parent a8dedf6 commit a625c1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a625c1f

Please sign in to comment.