Skip to content

Commit 07bf0e5

Browse files
committed
Attempt to get Netlify builds to pass - use sudo
1 parent 13d6bfd commit 07bf0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ livehtml: deps ## Rebuild Sphinx documentation on changes, with live-reload in
206206

207207
.PHONY: netlifyreqs
208208
netlifyreqs:
209-
apt install python3.8-venv
209+
sudo apt install python3.8-venv
210210

211211
.PHONY: netlify
212212
netlify: netlifyreqs html

0 commit comments

Comments
 (0)