Skip to content

Commit

Permalink
WIP: mypy verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Sep 26, 2023
1 parent ff78cf7 commit 3d951ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: pip install numpy mypy
- run: sudo apt-get install libsuitesparse-dev libbtbb-dev liblapack-dev libcfitsio-dev libmetis-dev libgsl-dev
- run: cmake -DPython_EXECUTABLE=$(which python) . && make pyphotospline && sudo make install
- run: mypy test/*.py
- run: mypy -vv test/*.py
linux:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 3d951ff

Please sign in to comment.