Skip to content

Commit

Permalink
Install pandoc, activate the CI on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Aug 30, 2020
1 parent 7a8b451 commit 0e2f1c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/continuous-integration-pip.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI (pip)
on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -14,6 +14,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: install pandoc
uses: r-lib/actions/setup-pandoc@v1
with:
pandoc-version: '2.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 0e2f1c7

Please sign in to comment.