Skip to content

Commit

Permalink
Install pandoc in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Nov 7, 2023
1 parent 09b182f commit 2a645a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- uses: nengo/nengo-bones/actions/setup@main
with:
python-version: "3.9"
- name: Install pandoc
if: ${{ matrix.script == 'docs' }}
run: |
micromamba install pandoc
- uses: nengo/nengo-bones/actions/generate-and-check@main
- uses: nengo/nengo-bones/actions/run-script@main
with:
Expand Down

0 comments on commit 2a645a3

Please sign in to comment.