Skip to content

Commit 321f886

Browse files
committed
Provis. ignore onerror depr. warn when install. DocUtils with 3.12-dev
1 parent 318914f commit 321f886

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ jobs:
5858
PYTHONWARNINGS: ""
5959
- name: Install Docutils ${{ matrix.docutils }}
6060
run: python -m pip install --upgrade "docutils==${{ matrix.docutils }}.*"
61+
if: "!endsWith(matrix.python, '-dev')"
62+
- name: Install Docutils ${{ matrix.docutils }} (ignore warnings)
63+
run: python -m pip install --upgrade "docutils==${{ matrix.docutils }}.*"
64+
if: "endsWith(matrix.python, '-dev')"
65+
env:
66+
PYTHONWARNINGS: ""
6167
- name: Test with pytest
6268
run: python -m pytest -vv --durations 25
6369

0 commit comments

Comments
 (0)