Skip to content

Commit dacbf62

Browse files
update draw_tree version
1 parent 0cb0e1f commit dacbf62

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cd dist
3131
sdist=$(ls pygambit-*.tar.gz)
3232
pip install -v "${sdist}[test,doc]"
33-
pip install "draw-tree @ git+https://github.com/gambitproject/[email protected].3"
33+
pip install "draw-tree @ git+https://github.com/gambitproject/[email protected].4"
3434
- name: Run tests
3535
run: pytest --run-tutorials
3636

@@ -53,7 +53,7 @@ jobs:
5353
- name: Build extension
5454
run: |
5555
python -m pip install -v .[test,doc]
56-
pip install "draw-tree @ git+https://github.com/gambitproject/[email protected].3"
56+
pip install "draw-tree @ git+https://github.com/gambitproject/[email protected].4"
5757
- name: Run tests
5858
run: pytest --run-tutorials
5959

@@ -76,7 +76,7 @@ jobs:
7676
- name: Build extension
7777
run: |
7878
python -m pip install -v .[test,doc]
79-
pip install "draw-tree @ git+https://github.com/gambitproject/[email protected].3"
79+
pip install "draw-tree @ git+https://github.com/gambitproject/[email protected].4"
8080
- name: Run tests
8181
run: pytest --run-tutorials
8282

@@ -99,6 +99,6 @@ jobs:
9999
- name: Build extension
100100
run: |
101101
python -m pip install -v .[test,doc]
102-
pip install "draw-tree @ git+https://github.com/gambitproject/[email protected].3"
102+
pip install "draw-tree @ git+https://github.com/gambitproject/[email protected].4"
103103
- name: Run tests
104104
run: pytest --run-tutorials

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
- imagemagick
1717
jobs:
1818
post_install:
19-
- pip install "draw-tree @ git+https://github.com/gambitproject/[email protected].3"
19+
- pip install "draw-tree @ git+https://github.com/gambitproject/[email protected].4"
2020
# Create RST for catalog table in docs
2121
- $READTHEDOCS_VIRTUALENV_PATH/bin/python build_support/catalog/update.py
2222

0 commit comments

Comments
 (0)