Skip to content

Commit

Permalink
remove check from build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Apr 4, 2024
1 parent b9ffa24 commit 425fea4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
- name: Install dependencies
run: pip install uv && uv pip install ".[dev]" --system

- name: Check import cells are isolated
run: python action_files/imports_with_code.py || exit 1

- name: Build docs
run: |
mkdir nbs/_extensions
Expand Down

0 comments on commit 425fea4

Please sign in to comment.