mirror of https://git.FreeBSD.org/doc.git
Cirrus CI: Remove Python requirement
Python is not necessary anymore for building the website and documentation projects.
This commit is contained in:
parent
d73b6c0eaa
commit
8dd7c22f23
|
@ -7,7 +7,7 @@ env:
|
|||
task:
|
||||
timeout_in: 20m
|
||||
install_script:
|
||||
- pkg install -y docproj python3
|
||||
- pkg install -y docproj
|
||||
test_script:
|
||||
- make HUGO_ARGS="--verbose --debug --path-warnings"
|
||||
|
||||
|
|
Loading…
Reference in New Issue