Skip to content

Commit e4d4aaf

Browse files
committed
tt
1 parent 1bb8964 commit e4d4aaf

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/test_python.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,10 @@ jobs:
4343
else
4444
echo "DEPLOYMENT=stable" >> $GITHUB_ENV
4545
fi
46-
echo "============================== Info ================================"
47-
echo "DEPLOYMENT=$DEPLOYMENT"
48-
echo "VERSION=$VERSION"
49-
echo "===================================================================="
5046
5147
- name: Build doc
5248
shell: bash
53-
run: sphinx-build ${GITHUB_WORKSPACE}/docs _build/html
49+
run: uv run sphinx-build ${GITHUB_WORKSPACE}/docs _build/html
5450

5551
- uses: ./.github/actions/publish-docs
5652
with:

0 commit comments

Comments
 (0)