Skip to content

Commit

Permalink
remove checks
Browse files Browse the repository at this point in the history
  • Loading branch information
danpf committed Nov 16, 2023
1 parent c00ce0e commit 91d2f11
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: first check
run: where cl

- name: Setup cmake
uses: jwlawson/[email protected]
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 .

Expand Down

0 comments on commit 91d2f11

Please sign in to comment.