Skip to content

Commit

Permalink
Fix running python doc tests twice on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Sep 10, 2024
1 parent 1923ba5 commit 7dd4f4d
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/reusable_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,34 +43,6 @@ permissions:
id-token: "write"

jobs:
py-test-docs:
name: Test Python Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || '' }}

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
cache: "pip"
cache-dependency-path: "rerun_py/requirements-doc.txt"

- name: Install Python dependencies
shell: bash
run: |
pip install --upgrade pip
pip install -r rerun_py/requirements-doc.txt
- name: Build via mkdocs
shell: bash
run: |
mkdocs build --strict -f rerun_py/mkdocs.yml
# ---------------------------------------------------------------------------

no-codegen-changes:
name: Check if running codegen would produce any changes
runs-on: ubuntu-latest-16-cores
Expand Down

0 comments on commit 7dd4f4d

Please sign in to comment.