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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user