diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d3c48f350..e15fd1106 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -86,6 +86,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + check-latest: true cache: 'pip' cache-dependency-path: '**/requirements.txt'