File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,11 @@ jobs:
35
35
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
36
36
restore-keys : |
37
37
${{ runner.os }}-pip-
38
+ - name : Install apt deps
39
+ run : sudo apt-get install -qq -y libenchant-dev libxml2-dev libxslt1-dev
38
40
- name : Install dependencies
39
41
run : |
40
- python -m pip install -U pip setuptools cython
41
- sudo apt-get install -qq -y libenchant-dev libxml2-dev libxslt1-dev
42
+ pip install -U pip setuptools cython
42
43
pip install -Ur travis/requirements.txt
43
44
- name : Test with pytest
44
45
run : pytest
Original file line number Diff line number Diff line change 1
1
freezegun == 0.3.15
2
2
pytest == 5.4.1
3
3
pytest-asyncio == 0.10.0
4
- responses == 0.10.12
5
4
pytest-cov == 2.8.1
6
5
pytest-random-order == 1.0.4
7
- pytest-travis-fold == 1.3.0
8
- codecov == 2.0.22
6
+ responses == 0.10.12
9
7
-r ../requirements.txt
You can’t perform that action at this time.
0 commit comments