1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00

Remove Python setup steps from Windows and Linux package workflows

This commit is contained in:
2025-10-15 11:21:56 +03:00
parent 105c19f1ce
commit 43ae593904
-10
View File
@@ -14,11 +14,6 @@ jobs:
- name: Checkout code - name: Checkout code
uses: https://gitea.com/actions/checkout@v5 uses: https://gitea.com/actions/checkout@v5
- name: Set up Python
uses: https://gitea.com/actions/setup-python@v6
with:
python-version: "3.12"
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install --upgrade pip pip install --upgrade pip
@@ -81,11 +76,6 @@ jobs:
- name: Checkout code - name: Checkout code
uses: https://gitea.com/actions/checkout@v5 uses: https://gitea.com/actions/checkout@v5
- name: Set up Python
uses: https://gitea.com/actions/setup-python@v6
with:
python-version: "3.12"
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install --upgrade pip pip install --upgrade pip