We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25601e commit 985dcacCopy full SHA for 985dcac
.github/workflows/cartoframes-ci.yml
@@ -15,7 +15,7 @@ jobs:
15
include:
16
- os: ubuntu-20.04
17
python-version: 3.5
18
- - os: ubuntu-latest
+ - os: ubuntu-20.04
19
python-version: 3.6
20
- os: ubuntu-latest
21
python-version: 3.7
tox.ini
@@ -10,6 +10,7 @@ python =
10
11
[testenv]
12
deps =
13
+ markupsafe<=2.0.1
14
flake8
pytest
pytest-mock
@@ -20,7 +21,7 @@ commands =
22
[testenv:unit]
23
- markupsafe==2.0.1
24
25
26
27
0 commit comments