diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02985212f3..84224a1c1a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -220,7 +220,7 @@ jobs: - name: Set up Python 3 uses: actions/setup-python@v2 with: - python-version: "3.10.6" + python-version: "3.x" - name: Install dependencies run: | sudo apt-get update