diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3273d4f7dd4a7..298a30258921d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -26,10 +26,10 @@ jobs: node-version: 18.x registry-url: 'https://registry.npmjs.org' - - name: Use Python 3.x + - name: Use Python 3.11 uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.11' - name: Install and Build shell: bash @@ -67,10 +67,10 @@ jobs: node-version: ${{ matrix.node }} registry-url: 'https://registry.npmjs.org' - - name: Use Python 3.x + - name: Use Python 3.11 uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.11' - name: Install shell: bash