Skip to content

Commit

Permalink
test multiple pandoc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam D committed Jul 1, 2021
1 parent fdd881a commit 173c0fb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
with:
python-version: 3.7

- name: Install Pandoc
run: sudo apt-get install pandoc

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -53,7 +50,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8]

pandoc-verison: [2.9.2, 2.14.0.3]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -64,8 +61,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install Pandoc
run: sudo apt-get install pandoc pandoc-citeproc
- uses: r-lib/actions/setup-pandoc@v1
with:
pandoc-version: ${{ matrix.pandoc-version }}

- name: Install Python dependencies
run: |
Expand Down

0 comments on commit 173c0fb

Please sign in to comment.