Skip to content

Commit f43b850

Browse files
committed
[DEVOPS-584] pixi and micromamba do not need a pre-installed python
1 parent ef3b24b commit f43b850

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484

8585
- name: Set up Python version
8686
uses: actions/setup-python@v5
87+
if: ${{ inputs.package-manager == 'poetry' || inputs.package-manager == 'hatch' }}
8788
with:
8889
python-version: ${{ matrix.python-version }}
8990

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171

7272
- name: Set up Python version
7373
uses: actions/setup-python@v5
74+
if: ${{ inputs.package-manager == 'poetry' || inputs.package-manager == 'hatch' }}
7475
with:
7576
python-version: ${{inputs.python-version}}
7677

0 commit comments

Comments
 (0)