From 9f72a0acd10ea510e67279c43993cd48dc85b483 Mon Sep 17 00:00:00 2001 From: haixuanTao Date: Fri, 26 Jul 2024 11:17:27 +0200 Subject: [PATCH] fix python to a lower version to not build from source --- .github/workflows/node-hub-ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node-hub-ci-cd.yml b/.github/workflows/node-hub-ci-cd.yml index 2893f3fd..2a6b03fa 100644 --- a/.github/workflows/node-hub-ci-cd.yml +++ b/.github/workflows/node-hub-ci-cd.yml @@ -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: |