diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e29c09..5305cdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - pip install uv - uv pip install .[dev] cython coveralls coverage --system + pip install .[dev] cython coveralls coverage --system - name: Test with pytest run: | . ci/run_tests.sh