Guessed wrong - tahoe-depgraph is Python 2.

This commit is contained in:
Jean-Paul Calderone 2019-09-13 11:25:30 -04:00
parent dd673a7862
commit 1fcf5051bd
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ jobs:
build-porting-depgraph: build-porting-depgraph:
# Generate up-to-date data for the dependency graph visualizer. # Generate up-to-date data for the dependency graph visualizer.
docker: docker:
- image: "python:3.7-buster" - image: "python:2.7-buster"
steps: steps:
- "checkout" - "checkout"