Cirrus CI: Remove Python requirement

Python is not necessary anymore for building the website and
documentation projects.
This commit is contained in:
Danilo G. Baio 2022-01-08 10:24:51 -03:00
parent d73b6c0eaa
commit 8dd7c22f23
1 changed files with 1 additions and 1 deletions

View File

@ -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"