Skip to content

Commit 0c6a64f

Browse files
committed
[DEVOPS-584] no need to check python version: pixi manages it all
1 parent bf0e404 commit 0c6a64f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • .github/actions/reusable-python-setup_pixi

.github/actions/reusable-python-setup_pixi/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ inputs:
2121
runs:
2222
using: "composite"
2323
steps:
24-
- name: Get full Python version
25-
id: full-python-version
26-
shell: bash
27-
run: echo "version=$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")" >> $GITHUB_OUTPUT
2824
- uses: prefix-dev/setup-pixi@v0.9.0
2925
with:
3026
pixi-version: v0.54.1

0 commit comments

Comments
 (0)