##// END OF EJS Templates
Graphviz is only needed for docs build
Thomas Kluyver -
Show More
@@ -15,10 +15,6 b' jobs:'
15 uses: actions/setup-python@v2
15 uses: actions/setup-python@v2
16 with:
16 with:
17 python-version: ${{ matrix.python-version }}
17 python-version: ${{ matrix.python-version }}
18 - name: Install Graphviz
19 run: |
20 sudo apt-get update
21 sudo apt-get install graphviz
22 - name: Install and update Python dependencies
18 - name: Install and update Python dependencies
23 run: |
19 run: |
24 python -m pip install --upgrade pip
20 python -m pip install --upgrade pip
General Comments 0
You need to be logged in to leave comments. Login now