Skip to content

Commit 40ffda3

Browse files
authored
check if PIP_CONSTRAINT works now
readthedocs/readthedocs.org#7258 (comment)
1 parent 9181762 commit 40ffda3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.readthedocs.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@ build:
77
os: ubuntu-22.04
88
tools:
99
python: "3.8"
10-
jobs:
11-
# Work-around to actually constrain dependencies
12-
# https://github.com/readthedocs/readthedocs.org/issues/7258#issuecomment-1094978683
13-
post_install:
14-
- python -m pip install --upgrade --upgrade-strategy eager --no-cache-dir .[docs] -c constraints.txt
1510

1611
python:
12+
# PIP_CONSTRAINT=constraints.txt set in the RTD web interface
1713
install:
1814
- method: pip
1915
path: .

0 commit comments

Comments
 (0)