use same python ver as deck

This commit is contained in:
AAGaming
2022-10-24 20:55:38 -04:00
parent df1524e15f
commit ed82f51bb7

View File

@@ -47,10 +47,10 @@ jobs:
with:
node-version: 18
- name: Set up Python 3.10 🐍
- name: Set up Python 3.10.2 🐍
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.10.2"
- name: Install Python dependencies ⬇️
run: |