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:
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,18 +22,19 @@ 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"
3940
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