From f1f93aa77acb9666013b62b84498030a27f48179 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Mon, 3 Feb 2025 17:56:23 -0500 Subject: [PATCH] Add pandoc --- .github/workflows/benchmarks.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index ae6a1c84..a7efa7e4 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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