build_osx - remove setup-python

as it's already preinstalled on the image
This commit is contained in:
Andrej730
2025-10-21 12:54:38 +05:00
parent b12dddc2f0
commit e87597b8d7
-5
View File
@@ -34,11 +34,6 @@ jobs:
lfs: true
token: ${{ secrets.BUILD_REPO_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Dependencies
run: |
brew update