diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 31985345..8fdf8ce7 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -62,7 +62,7 @@ jobs: macos-skip-brew-update: true - name: Install the Python package and dependencies - run: pip install --upgrade --upgrade-strategy=eager .[tests${{ matrix.python.extras }}] + run: pip install --upgrade --upgrade-strategy=eager .[tests${{ matrix.python.extras }}] "pint > 0.17" - name: Run test suite using pytest run: |