Skip to content

Commit

Permalink
CI: Installation of minimal deps wasn't kicking in
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Apr 10, 2023
1 parent e1e08fd commit 8a6fe80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
dynamic = ["version"]
requires-python = ">=3.7"
dependencies = [
"mkdocs >=1.0.3",
"mkdocs >=1.1",
]

[project.urls]
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit 8a6fe80

Please sign in to comment.