This commit is contained in:
Silver Ghost 2022-11-15 16:48:22 +03:00
parent bfc0916a17
commit 6bc6f208fc
No known key found for this signature in database

View File

@ -25,7 +25,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.10 python-version: "3.10"
- name: Install Dependencies - name: Install Dependencies
run: | run: |