diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 283f86f28..9036a9755 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: - name: install tox if: ${{ matrix.python }} - run: pip install tox + run: pip install --upgrade 'tox<4' - name: build C library if: ${{ matrix.python }}