We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394017f commit fa058f6Copy full SHA for fa058f6
1 file changed
.github/workflows/tests.yml
@@ -84,7 +84,7 @@ jobs:
84
run: |
85
python -m pip install --upgrade pip
86
pip install .
87
- pip install pytest~=6.2 pytest-param-files~=0.2.2 docutils==${{ matrix.docutils-version }}
+ pip install pytest~=6.2 pytest-param-files~=0.3.3 docutils==${{ matrix.docutils-version }}
88
- name: ensure sphinx is not installed
89
90
python -c "\
0 commit comments