diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df95fe5..3727a87 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,9 +16,6 @@ jobs: uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - - name: Install test dependencies - run: | - pip install -U pip - name: Build run: | python setup.py build_ext --force