diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e68a0165b3afa0be1202327d9eaff47f12791ef..029d2e604bb9edd75d52a93f78359ab9a23fddae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,8 @@ jobs: - uses: actions/setup-python@v1 with: - python-version: '3.x' + # matches compat target in setup.py + python-version: '3.6' - name: "Main Script" run: | curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-flake8.sh