We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685d7ae commit 019f461Copy full SHA for 019f461
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Pin to lowest versions
40
if: matrix.versions == 'minimal'
41
run: |
42
- sed -i -E 's/#min //; s/\b >=([0-9])/ ==\1/' pyproject.toml
+ sed -i -E -e '/properdocs >=/d' -e 's/#min //; s/\b >=([0-9])/ ==\1/' pyproject.toml
43
- name: Install Hatch
44
45
pip install hatch
0 commit comments