Browse Source

fix python to a lower version to not build from source

tags/v0.3.6-rc0
haixuanTao 1 year ago
parent
commit
9f72a0acd1
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .github/workflows/node-hub-ci-cd.yml

+ 3
- 3
.github/workflows/node-hub-ci-cd.yml View File

@@ -1,4 +1,4 @@
name: CI
name: node-hub-ci

on:
push:
@@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: "3.10"

- name: Set up Poetry
run: |
@@ -65,7 +65,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: "3.10"

- name: Set up Poetry
run: |


Loading…
Cancel
Save