From df68d116f380167cd79efdacdf06e2cf1bab3830 Mon Sep 17 00:00:00 2001 From: Pieter Belmans Date: Mon, 20 Nov 2023 11:46:52 +0100 Subject: [PATCH] Fix MarkupSafe and Jinja2 version --- .github/workflows/example.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 8d0d50a..6cc8df8 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -10,7 +10,7 @@ jobs: - name: Use older Python version uses: actions/setup-python@v4 with: - python-version: "3.6.15" + python-version: "3.9" - name: Install TeXLive uses: teatimeguest/setup-texlive-action@v2 with: @@ -19,7 +19,8 @@ jobs: run: | sudo apt-get update sudo apt install dvipng - pip3 install Jinja2 + pip3 install MarkupSafe==1.1.1 + pip3 install Jinja2==2.11.2 - name: Checkout Hello world uses: actions/checkout@v4 - name: Checkout plasTeX