From 012cb3dcde8adb5580ad3959a76a3340856bd90b Mon Sep 17 00:00:00 2001 From: Gabriel Fouasnon Date: Sat, 14 Oct 2023 14:53:23 +0200 Subject: [PATCH] reactivate nikee/setup-pandoc --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2463127e6c..74f276b086 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -137,7 +137,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - # - uses: nikeee/setup-pandoc@v1 + - uses: nikeee/setup-pandoc@v1 - name: Setup Python uses: actions/setup-python@v4 with: