Fix python version for now

This commit is contained in:
Ayaz Salikhov
2022-09-26 20:28:46 +04:00
parent 08172fce5a
commit 3d625545d5

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set Up Python 🐍 - name: Set Up Python 🐍
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: 3.x python-version: 3.10.6
- name: Install pre-commit 📦 - name: Install pre-commit 📦
run: | run: |