Skip to content

Commit 693d38f

Browse files
Updated files with 'repo_helper'. (#1)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent a29e1d4 commit 693d38f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/python_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/python_ci_macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)