Skip to content

Commit 4f97cd2

Browse files
committed
[DEVOPS-584] aesthetics
1 parent 271fc4a commit 4f97cd2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/reusable-python-pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
required: false
3838
type: string
3939
virtual-repo-names:
40-
description: 'List of repository names to publish on (e.g. ["public-dev-pypi"])'
40+
description: 'List of repository names to resolve on (e.g. ["public-dev-pypi"])'
4141
required: false
4242
type: string
4343
lfs:
@@ -112,6 +112,7 @@ jobs:
112112
with:
113113
cache-number: ${{ inputs.cache-number }}
114114
runner-os: ${{ runner.os }}
115+
115116
- uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_pixi@DEVOPS-584
116117
name: Setup pixi env
117118
if: ${{ inputs.package-manager == 'pixi' }}

.github/workflows/reusable-python-static_analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
with:
6969
lfs: ${{ inputs.lfs }}
7070
fetch-depth: 0
71+
7172
- name: Set up Python version
7273
uses: actions/setup-python@v5
7374
with:
@@ -98,6 +99,7 @@ jobs:
9899
with:
99100
cache-number: ${{ inputs.cache-number }}
100101
runner-os: ${{ runner.os }}
102+
101103
- uses: MiraGeoscience/CI-tools/.github/actions/reusable-python-setup_pixi@DEVOPS-584
102104
name: Setup pixi env
103105
if: ${{ inputs.package-manager == 'pixi' }}

0 commit comments

Comments
 (0)