diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index e4c9eab..a9f76f7 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -27,22 +27,13 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: first check - run: where cl - - name: Setup cmake uses: jwlawson/actions-setup-cmake@v1.13 with: cmake-version: '3.16.x' - - name: second check - run: where cl - - uses: seanmiddleditch/gha-setup-ninja@master - - name: third check - run: where cl - - name: Build and install run: pip install --verbose .