Update build.yml

This commit is contained in:
TrainDoctor
2022-12-07 14:31:09 -08:00
committed by GitHub
parent 2b9a80c151
commit 35e46f9ccb
+2 -2
View File
@@ -47,10 +47,10 @@ jobs:
with:
node-version: 18
- name: Set up Python 3.10.2 🐍
- name: Set up Python 3.10.9 🐍
uses: actions/setup-python@v4
with:
python-version: "3.10.2"
python-version: "3.10.9"
- name: Install Python dependencies ⬇️
run: |