Skip to content

Commit 86ca68b

Browse files
committed
Fix version of MarkupSafe to 2.0.1 in order to be able to use soft_unicode
1 parent ade564f commit 86ca68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
name: install dependencies
159159
run: |
160160
pip install -r requirements.txt
161-
pip install mock==2.0.0 attrs==19.1.0 pytest==3.3.0 'pylint>=1.9,<2' 'hypothesis>=3,<4' 'coverage>=4.5,<5'
161+
pip install mock==2.0.0 attrs==19.1.0 pytest==3.3.0 'pylint>=1.9,<2' 'hypothesis>=3,<4' 'coverage>=4.5,<5' MarkupSafe==2.0.1
162162
-
163163
name: pytest
164164
run: |

0 commit comments

Comments
 (0)