Skip to content

Commit

Permalink
Add pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
VikParuchuri committed Feb 3, 2025
1 parent 277f2db commit f1f93aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install apt dependencies
run: |
sudo apt-get update
sudo apt-get install -y pandoc
- name: Install python dependencies
run: |
pip install poetry
Expand Down

0 comments on commit f1f93aa

Please sign in to comment.