diff --git a/.github/workflows/build-new.yml b/.github/workflows/build-new.yml index c9bcec99..a33c8925 100644 --- a/.github/workflows/build-new.yml +++ b/.github/workflows/build-new.yml @@ -9,7 +9,7 @@ jobs: runs-on: self-hosted strategy: matrix: - python-version: ['3.7'] + python-version: ['3.7.11"'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}