Skip to content

Commit 743d0d1

Browse files
try again with force reinstall of draw_tree
1 parent 444a30e commit 743d0d1

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

.readthedocs.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ build:
1313
- libgmp-dev
1414
- pandoc
1515
- texlive-full
16-
commands:
17-
- pip install --upgrade --force-reinstall "draw-tree @ git+https://github.com/gambitproject/draw_tree.git@main#egg=draw-tree"
18-
- pip install -r doc/requirements.txt
19-
- pip install .
16+
jobs:
17+
pre_install:
18+
- pip install --upgrade --force-reinstall "draw_tree @ git+https://github.com/gambitproject/draw_tree.git@main#egg=draw_tree"
2019

21-
python: {}
20+
python:
21+
install:
22+
- requirements: doc/requirements.txt
23+
- method: pip
24+
path: "."
25+
system_packages: true

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ matplotlib
1010
pickleshare
1111
jupyter
1212
open_spiel; sys_platform != 'win32'
13-
draw-tree @ git+https://github.com/gambitproject/draw_tree.git@main#egg=draw-tree
13+
draw_tree @ git+https://github.com/gambitproject/draw_tree.git@main#egg=draw_tree

0 commit comments

Comments
 (0)