Use build.jobs.install to avoid installing unnecessary deps (#6508)

This commit is contained in:
Jakub Kuczys 2025-01-27 00:28:07 +01:00 committed by GitHub
parent f962aeb7b8
commit dcdef9d798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,9 @@ build:
os: "ubuntu-22.04"
tools:
python: "3.8"
jobs:
install:
- pip install .[doc]
sphinx:
configuration: docs/conf.py