Skip to content

Commit 90f8b1d

Browse files
committed
Use lower version of markupsafe
1 parent 594e7c0 commit 90f8b1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonpackage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies
2020
run: |
21+
pip install markupsafe==2.0.1
2122
python -m pip install --upgrade pip setuptools
2223
pip install -r requirements.txt
2324
- name: Lint with flake8

0 commit comments

Comments
 (0)