Skip to content

Commit 019f461

Browse files
authored
Exclude properdocs when testing minimal dependencies
1 parent 685d7ae commit 019f461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Pin to lowest versions
4040
if: matrix.versions == 'minimal'
4141
run: |
42-
sed -i -E 's/#min //; s/\b >=([0-9])/ ==\1/' pyproject.toml
42+
sed -i -E -e '/properdocs >=/d' -e 's/#min //; s/\b >=([0-9])/ ==\1/' pyproject.toml
4343
- name: Install Hatch
4444
run: |
4545
pip install hatch

0 commit comments

Comments
 (0)