Skip to content

Commit 8b2e1a0

Browse files
committed
Removed sudo
1 parent f91ddd1 commit 8b2e1a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ build:
1010
python: "3.10"
1111
jobs:
1212
post_system_dependencies:
13-
- sudo locale-gen en_US.UTF-8
14-
- sudo update-locale LANG=en_US.UTF-8
13+
- locale-gen en_US.UTF-8
14+
- update-locale LANG=en_US.UTF-8
1515
post_create_environment:
1616
# Install poetry
1717
# https://python-poetry.org/docs/#installing-manually

0 commit comments

Comments
 (0)