File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
tests :
12
- name : " Python ${{ matrix.python-version }} "
12
+ name : " Conda "
13
13
runs-on : ubuntu-latest
14
14
15
15
strategy :
16
- fail-fast : False
17
- matrix :
18
- python-version : ["3.6","3.7","3.8","3.9"]
19
16
20
17
steps :
21
18
- name : Checkout 🛎️
22
19
uses : " actions/checkout@v2"
20
+
23
21
- name : Setup Python 🐍
24
22
uses : " actions/setup-python@v2"
25
23
with :
26
- python-version : " ${{ matrix.python-version }}"
24
+ python-version : " 3.8"
25
+
27
26
- name : Install dependencies 🔧
28
27
run : |
29
28
python -VV
43
42
# This mess is only necessary because conda won't fix it themselves
44
43
# https://github.com/conda/conda/issues/1884
45
44
python -m repo_helper build --conda --out-dir conda-bld/noarch
46
- $CONDA/bin/conda install domdf_python_tools -c local -y || exit 1
45
+ $CONDA/bin/conda install domdf_python_tools -c local -y || exit 1
You can’t perform that action at this time.
0 commit comments