Skip to content

Commit

Permalink
[debug] CI
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Jun 16, 2021
1 parent 815a8eb commit 62e0669
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,9 @@ jobs:
if: runner.os == 'macOS'
run: brew install eigen
- name: Setup
run: |
python -m pip install --upgrade pip
pip install pytest "pybind11[global]"
pip install -r requirements.txt
run: python -m pip install --upgrade pip
- name: Build
run: pip install .
run: pip install -v .
- name: Test
run: pytest

Expand Down

0 comments on commit 62e0669

Please sign in to comment.