8000 Updated files with 'repo_helper'. (#97) · domdfcoding/domdf_python_tools@19bd22c · GitHub
[go: up one dir, main page]

Skip to content

Commit 19bd22c

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

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

.github/workflows/python_ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ jobs:
5959
if: ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
6060
uses: "actions/setup-python@v4"
6161
with:
62-
python-version: |
63-
${{ matrix.config.python-version }}
64-
3.8
62+
python-version: "${{ matrix.config.python-version }}"
6563

6664
- name: Install dependencies 🔧
6765
if: steps.setup-python.outcome == 'success'

.github/workflows/python_ci_linux.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ jobs:
6060
if: ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
6161
uses: "actions/setup-python@v4"
6262
with:
63-
python-version: |
64-
${{ matrix.config.python-version }}
65-
3.8
63+
python-version: "${{ matrix.config.python-version }}"
6664

6765
- name: Install dependencies 🔧
6866
if: steps.setup-python.outcome == 'success'
@@ -180,7 +178,7 @@ jobs:
180178

181179
Conda:
182180
needs: < 10A40 span class="pl-s">deploy
183-
runs-on: "ubuntu-18.04"
181+
runs-on: ubuntu-22.04
184182
if: startsWith(github.ref, 'refs/tags/') || (startsWith(github.event.head_commit.message, 'Bump version') != true)
185183
steps:
186184
- name: Checkout 🛎️
@@ -195,7 +193,9 @@ jobs:
195193
uses: conda-incubator/setup-miniconda@v2
196194
with:
197195
activate-environment: env
198-
conda-build-version: 3.21.0
196+
conda-build-version: 3.23.3
197+
python-version: "3.8"
198+
miniforge-variant: Mambaforge
199199

200200
- name: Install dependencies 🔧
201201
run: |

.github/workflows/python_ci_macos.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ jobs:
5858
if: ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
5959
uses: "actions/setup-python@v4"
6060
with:
61-
python-version: |
62-
${{ matrix.config.python-version }}
63-
3.8
61+
python-version: "${{ matrix.config.python-version }}"
6462

6563
- name: Install dependencies 🔧
6664
if: steps.setup-python.outcome == 'success'

0 commit comments

Comments
 (0)
0