File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ matplotlib
1010pickleshare
1111jupyter
1212open_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
You can’t perform that action at this time.
0 commit comments