Move back to python 3.10.2 in CI

This commit is contained in:
TrainDoctor
2022-12-10 15:26:51 -08:00
parent f73918c902
commit 2a6bf75f02

View File

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