diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e8a688c1..2409f975 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.9' architecture: x64 - name: Install dependencies run: |