Skip to content

Commit 5c91941

Browse files
ByteOtterNotTheEvilOne
authored andcommitted
CI: Remove evaluation of python installation
1 parent 20bdede commit 5c91941

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/actions/setup/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ runs:
2525
id: env-check
2626
shell: bash
2727
run: |
28-
# Check if python is installed
29-
if command -v python &> /dev/null; then
30-
echo "python_installed=true" >> $GITHUB_OUTPUT
31-
else
32-
echo "python_installed=false" >> $GITHUB_OUTPUT
33-
fi
34-
3528
# Determine cache type based on available lockfile
3629
if [ -f poetry.lock ]; then
3730
echo "cache_type=poetry" >> $GITHUB_OUTPUT
@@ -44,7 +37,6 @@ runs:
4437
fi
4538
4639
- name: Set up Python 3.13
47-
if: steps.env-check.outputs.python_installed == 'false'
4840
uses: actions/setup-python@v5
4941
with:
5042
python-version: "3.13"

0 commit comments

Comments
 (0)