Skip to content

Commit ea961b9

Browse files
committed
Try to specify apt package using readthedocs syntax
1 parent aad1160 commit ea961b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ build:
88
os: "ubuntu-22.04"
99
tools:
1010
python: "3.10"
11+
apt_packages:
12+
- language-pack-en
1113
jobs:
12-
post_system_dependencies:
13-
- apt-get install -y language-pack-en
1414
post_create_environment:
1515
# Install poetry
1616
# https://python-poetry.org/docs/#installing-manually

0 commit comments

Comments
 (0)