From 8a6fe8057b992f203d6d6584bdea25f9fced743c Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Mon, 10 Apr 2023 22:10:04 +0200 Subject: [PATCH] CI: Installation of minimal deps wasn't kicking in --- .github/workflows/ci.yml | 2 +- pyproject.toml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 272b494..185e73e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Pin to lowest versions if: matrix.versions == 'minimal' run: | - sed -i -E 's/#min //; s/" >=([0-9])/"== \1/' pyproject.toml + sed -i -E 's/#min //; s/\b >=([0-9])/ ==\1/' pyproject.toml - name: Install Hatch run: | pip install hatch diff --git a/pyproject.toml b/pyproject.toml index af98c83..091036e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ dynamic = ["version"] requires-python = ">=3.7" dependencies = [ - "mkdocs >=1.0.3", + "mkdocs >=1.1", ] [project.urls] @@ -64,6 +64,8 @@ dependencies = [ "testfixtures >=6.15.0", "MechanicalSoup >=0.12.0", "mkdocs-material >=6.1.5", + #min "jinja2 >=2.10.1", + #min "markupsafe >=2.0.1", ] [tool.hatch.envs.test.scripts] test = [