File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
# Integration tests sometimes hang on MacOS
157
157
if : matrix.os == 'ubuntu-latest'
158
158
run : |
159
- cabal install pandoc
159
+ cabal install pandoc-cli
160
160
cabal install exe:pandoc-plot
161
161
162
162
pandoc --filter pandoc-plot -i tests/integration.md -t html
Original file line number Diff line number Diff line change 57
57
58
58
- name : Install pandoc-plot and other dependencies
59
59
run : |
60
- cabal install pandoc
60
+ cabal install pandoc-cli
61
61
cabal install exe:pandoc-plot
62
62
63
63
- name : Install Python dependencies
Original file line number Diff line number Diff line change 1
1
echo " Making the pandoc-plot manual"
2
2
3
3
cabal install exe:pandoc-plot --overwrite-policy=always
4
- cabal install pandoc --overwrite-policy=always
4
+ cabal install pandoc-cli --overwrite-policy=always
5
5
declare version=" $( pandoc-plot --version) "
6
6
7
7
pandoc-plot --help > help.txt
You can’t perform that action at this time.
0 commit comments