Skip to content

Commit

Permalink
Update .github/workflows/broken-linkcheck.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Meier <[email protected]>
  • Loading branch information
ggold7046 and pmeier authored Sep 25, 2023
1 parent fc821e5 commit a902099
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/broken-linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ jobs:
- name: Build Pandas
uses: ./.github/actions/build_pandas

- name: Setup Python
id: setup_python
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
cache-dependency-path: 'requirements-dev.txt'

- name: Install requirements-dev.txt
run: pip install -r requirements-dev.txt

- name: Run linkcheck script
working-directory: ./doc
Expand Down

0 comments on commit a902099

Please sign in to comment.