Skip to content

Commit ca9b4ad

Browse files
Update dependency installation formatting.
1 parent 14dad90 commit ca9b4ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-sphinx-docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ jobs:
7777
uv-${{ runner.os }}
7878
7979
- name: Install dependencies
80-
run: |
81-
uv pip install -r "$REQS_FILE"
80+
run: uv pip install -r "$REQS_FILE"
8281

8382
- name: Lint Sphinx docs
8483
working-directory: ${{ env.DOCS_DIR }}

0 commit comments

Comments
 (0)