diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c1aff9ca..f74b949b 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.9' + python-version: '3.8' architecture: x64 - name: Install dependencies run: |