Skip to content

Commit

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

- name: first check
run: which cl

- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.16.x'

- name: second check
run: which cl

- uses: seanmiddleditch/gha-setup-ninja@master

- name: third check
run: which cl

- name: Build and install
run: pip install --verbose .

Expand Down

0 comments on commit ea1ab7a

Please sign in to comment.