We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594e7c0 commit 90f8b1dCopy full SHA for 90f8b1d
.github/workflows/pythonpackage.yml
@@ -18,6 +18,7 @@ jobs:
18
python-version: ${{ matrix.python-version }}
19
- name: Install dependencies
20
run: |
21
+ pip install markupsafe==2.0.1
22
python -m pip install --upgrade pip setuptools
23
pip install -r requirements.txt
24
- name: Lint with flake8
0 commit comments