summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index aa378917..85bb172d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -47,10 +47,10 @@ jobs:
with:
node-version: 18
- - name: Set up Python 3.10.12 🐍
+ - name: Set up Python 3.10.6 🐍
uses: actions/setup-python@v4
with:
- python-version: "3.10.12"
+ python-version: "3.10.6"
- name: Install Python dependencies ⬇️
run: |
@@ -97,10 +97,10 @@ jobs:
with:
node-version: 18
- - name: Set up Python 3.10.12 🐍
+ - name: Set up Python 3.10.6 🐍
uses: actions/setup-python@v4
with:
- python-version: "3.10.12"
+ python-version: "3.10.6"
- name: Install Python dependencies ⬇️
run: |