diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28acea1..02403b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.x' + # Unpin when this is fixed: https://github.com/python/cpython/issues/111615 + python-version: '3.11' cache: pip cache-dependency-path: ./test/py/requirements.txt - name: Install dependencies |