1
1
mirror of https://github.com/neosubhamoy/pytubepp.git synced 2025-12-20 01:09:36 +05:30

(ci/cd): fixed python version in workflow

This commit is contained in:
2024-02-19 22:13:48 +05:30
parent 3bb1600243
commit 93598c9a6f

View File

@@ -18,7 +18,7 @@ jobs:
- name: 🐍 Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'
- name: 📦 Install dependencies
run: |