git: 8dd7c22f23 - main - Cirrus CI: Remove Python requirement
"Danilo G. Baio" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=8dd7c22f235f77f3ca8d3b9386e493e92318b6d2 commit 8dd7c22f235f77f3ca8d3b9386e493e92318b6d2 Author: Danilo G. Baio <[email protected]> AuthorDate: 2022-01-08 13:24:51 +0000 Commit: Danilo G. Baio <[email protected]> CommitDate: 2022-01-08 13:24:51 +0000 Cirrus CI: Remove Python requirement Python is not necessary anymore for building the website and documentation projects. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index a61946529e..f5478f7be3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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"