File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,18 @@ jobs:
22
22
steps :
23
23
- name : Checkout 🛎️
24
24
uses : " actions/checkout@v2"
25
+
25
26
- name : Setup Python 🐍
26
27
uses : " actions/setup-python@v2"
27
28
with :
28
29
python-version : " ${{ matrix.python-version }}"
30
+
29
31
- name : Install dependencies 🔧
30
32
run : |
31
33
python -VV
32
34
python -m site
33
35
python -m pip install --upgrade pip setuptools wheel
34
36
python -m pip install --upgrade tox tox-gh-actions virtualenv
35
37
36
-
37
38
- name : " Run Tests for Python ${{ matrix.python-version }}"
38
39
run : " python -m tox"
Original file line number Diff line number Diff line change @@ -22,18 +22,19 @@ jobs:
22
22
steps :
23
23
- name : Checkout 🛎️
24
24
uses : " actions/checkout@v2"
25
+
25
26
- name : Setup Python 🐍
26
27
uses : " actions/setup-python@v2"
27
28
with :
28
29
python-version : " ${{ matrix.python-version }}"
30
+
29
31
- name : Install dependencies 🔧
30
32
run : |
31
33
python -VV
32
34
python -m site
33
35
python -m pip install --upgrade pip setuptools wheel
34
36
python -m pip install --upgrade tox tox-gh-actions virtualenv
35
37
36
-
37
38
- name : " Run Tests for Python ${{ matrix.python-version }}"
38
39
run : " python -m tox"
39
40
Original file line number Diff line number Diff line change @@ -22,17 +22,18 @@ jobs:
22
22
steps :
23
23
- name : Checkout 🛎️
24
24
uses : " actions/checkout@v2"
25
+
25
26
- name : Setup Python 🐍
26
27
uses : " actions/setup-python@v2"
27
28
with :
28
29
python-version : " ${{ matrix.python-version }}"
30
+
29
31
- name : Install dependencies 🔧
30
32
run : |
31
33
python -VV
32
34
python -m site
33
35
python -m pip install --upgrade pip setuptools wheel
34
36
python -m pip install --upgrade tox tox-gh-actions virtualenv
35
37
36
-
37
38
- name : " Run Tests for Python ${{ matrix.python-version }}"
38
39
run : " python -m tox"
You can’t perform that action at this time.
0 commit comments