From 2859d943b95dea3b5e07f0c13b45eac3eae1bed3 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Sat, 13 Jan 2024 11:16:29 +0000 Subject: [PATCH] Test against markdown-it-py==1.x until we require markdown-it-py>=2 --- .github/workflows/step_tests-pip.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/step_tests-pip.yml b/.github/workflows/step_tests-pip.yml index 214be7a9..29591a23 100644 --- a/.github/workflows/step_tests-pip.yml +++ b/.github/workflows/step_tests-pip.yml @@ -34,6 +34,8 @@ jobs: dependency_type: "pre" experimental: true # fails with pytest-8.0.0rc1 # Test minimum markdown-it-py supported (otherwise the most recent version is used) + - python-version: "3.x" + markdown-it-py: "~=1.0" - python-version: "3.x" markdown-it-py: "~=2.0" - python-version: "3.x"