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