Add missing scikit-build install

This commit is contained in:
Andrei Betlen 2023-04-05 04:31:38 -04:00
parent 43c20d3282
commit e3f999e732

View file

@ -21,7 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip pytest cmake
python -m pip install --upgrade pip pytest cmake scikit-build
python3 setup.py develop
- name: Test with pytest
run: |