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:
156156 # Integration tests sometimes hang on MacOS
157157 if : matrix.os == 'ubuntu-latest'
158158 run : |
159- cabal install pandoc
159+ cabal install pandoc-cli
160160 cabal install exe:pandoc-plot
161161
162162 pandoc --filter pandoc-plot -i tests/integration.md -t html
Original file line number Diff line number Diff line change 5757
5858 - name : Install pandoc-plot and other dependencies
5959 run : |
60- cabal install pandoc
60+ cabal install pandoc-cli
6161 cabal install exe:pandoc-plot
6262
6363 - name : Install Python dependencies
Original file line number Diff line number Diff line change 11echo " Making the pandoc-plot manual"
22
33cabal install exe:pandoc-plot --overwrite-policy=always
4- cabal install pandoc --overwrite-policy=always
4+ cabal install pandoc-cli --overwrite-policy=always
55declare version=" $( pandoc-plot --version) "
66
77pandoc-plot --help > help.txt
You can’t perform that action at this time.
0 commit comments