diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5915d0e..17ec642 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,13 @@ jobs: uses: zcong1993/setup-timezone@master with: timezone: EST + - name: Install deb dependencies + run: | + sudo apt update + sudo apt install pandoc - name: Install dependencies run: | - pip install pycodestyle coverage pytest + pip install pycodestyle coverage pytest pypandoc python setup.py install - name: Run pycodestyle run: |