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 12766d61d4
commit 67707914b9
-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