File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 19
19
- " 3.7"
20
20
- " 3.8"
21
21
- pypy3
22
- asyncio-debug :
23
- - 0
24
- - 1
25
22
runs-on : ubuntu-latest
26
23
steps :
27
24
- uses : actions/checkout@v2
@@ -32,21 +29,21 @@ jobs:
32
29
- uses : actions/cache@v1
33
30
with :
34
31
path : ~/.cache/pip
35
- key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
32
+ key : ${{ runner.os }}-${{ matrix.python-ver }}- pip-${{ hashFiles('**/requirements.txt') }}
36
33
restore-keys : |
37
34
${{ runner.os }}-pip-
38
35
- name : Install apt deps
39
36
run : sudo apt-get update && sudo apt-get install -qq -y libenchant-dev libxml2-dev libxslt1-dev
40
37
- name : Install dependencies
41
38
run : |
42
- pip install -U pip setuptools cython
39
+ pip install -U pip setuptools cython wheel
43
40
pip install -Ur travis/requirements.txt
44
41
- name : Test with pytest
45
42
run : pytest
46
43
env :
47
- PYTHONASYNCIODEBUG : ${{ matrix.asyncio-debug }}
44
+ PYTHONASYNCIODEBUG : 1
48
45
PYTHONPATH : .
49
46
- uses : codecov/codecov-action@v1
50
47
with :
51
- name : build-${{ matrix.python-ver}}-${{ matrix.asyncio-debug }}
48
+ name : build-${{ matrix.python-ver }}
52
49
fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments