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 1212 name : " Conda"
1313 runs-on : ubuntu-latest
1414
15- strategy :
16-
1715 steps :
1816 - name : Checkout ๐๏ธ
1917 uses : " actions/checkout@v2"
4139 run : |
4240 # This mess is only necessary because conda won't fix it themselves
4341 # https://github.com/conda/conda/issues/1884
42+
4443 python -m repo_helper build --conda --out-dir conda-bld/noarch
4544 $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:
2222 steps :
2323 - name : Checkout ๐๏ธ
2424 uses : " actions/checkout@v2"
25+
2526 - name : Setup Python ๐
2627 uses : " actions/setup-python@v2"
2728 with :
2829 python-version : " ${{ matrix.python-version }}"
30+
2931 - name : Install dependencies ๐ง
3032 run : |
3133 python -VV
3234 python -m site
3335 python -m pip install --upgrade pip setuptools wheel
3436 python -m pip install --upgrade tox tox-gh-actions virtualenv
3537
36-
3738 - name : " Run Tests for Python ${{ matrix.python-version }}"
3839 run : " python -m tox"
Original file line number Diff line number Diff line change @@ -22,10 +22,12 @@ jobs:
2222 steps :
2323 - name : Checkout ๐๏ธ
2424 uses : " actions/checkout@v2"
25+
2526 - name : Setup Python ๐
2627 uses : " actions/setup-python@v2"
2728 with :
2829 python-version : " ${{ matrix.python-version }}"
30+
2931 - name : Install dependencies ๐ง
3032 run : |
3133 python -VV
Original file line number Diff line number Diff line change @@ -22,17 +22,18 @@ jobs:
2222 steps :
2323 - name : Checkout ๐๏ธ
2424 uses : " actions/checkout@v2"
25+
2526 - name : Setup Python ๐
2627 uses : " actions/setup-python@v2"
2728 with :
2829 python-version : " ${{ matrix.python-version }}"
30+
2931 - name : Install dependencies ๐ง
3032 run : |
3133 python -VV
3234 python -m site
3335 python -m pip install --upgrade pip setuptools wheel
3436 python -m pip install --upgrade tox tox-gh-actions virtualenv
3537
36-
3738 - name : " Run Tests for Python ${{ matrix.python-version }}"
3839 run : " python -m tox"
You canโt perform that action at this time.
0 commit comments