From c2299bfd242c5351f4b16454c3eb9519497e573e Mon Sep 17 00:00:00 2001 From: William O'Mullane Date: Tue, 30 Jan 2024 15:46:01 -0300 Subject: [PATCH] dot needed --- .github/workflows/ci.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 297426f..0149105 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,11 +30,14 @@ jobs: python -m pip install -r requirements.txt python -m pip install -r milestones/requirements.txt + - name: Install Graphviz + run: | + sudo apt-get update + sudo apt-get -y install graphviz + - name: Build - shell: bash run: | - make html - working-directory: . + PYTHONPATH=milestones make html - name: Upload if: ${{ github.event_name == 'push' }} @@ -42,4 +45,4 @@ jobs: LTD_PASSWORD: ${{ secrets.LTD_PASSWORD }} LTD_USERNAME: ${{ secrets.LTD_USERNAME }} run: | - ltd upload --gh --dir _build/html --product dmtn-232 + ltd upload --gh --dir _build/html --product dmtn-158