File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 12
12
name : " Conda"
13
13
runs-on : ubuntu-latest
14
14
15
- strategy :
16
-
17
15
steps :
18
16
- name : Checkout ๐๏ธ
19
17
uses : " actions/checkout@v2"
41
39
run : |
42
40
# This mess is only necessary because conda won't fix it themselves
43
41
# https://github.com/conda/conda/issues/1884
42
+
44
43
python -m repo_helper build --conda --out-dir conda-bld/noarch
45
44
$CONDA/bin/conda install domdf_python_tools -c local -y || exit 1
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,10 +22,12 @@ 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
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