Python version in string

This commit is contained in:
Firas K 2023-05-03 12:44:57 +03:00 committed by GitHub
parent ac484d43dc
commit 2858c55d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip