Skip to content

Commit

Permalink
Deactivate Cython lint & coverage, both broken atm
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed May 29, 2024
1 parent a76d6ab commit 2c05f2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
run: |
python -m pylint src/gstools/
- name: cython-lint check
run: |
cython-lint src/gstools/
#- name: cython-lint check
#run: |
#cython-lint src/gstools/

build_wheels:
name: wheels for ${{ matrix.cfg.os }} / ${{ matrix.cfg.arch }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
run: |
pip install "numpy${{ matrix.ver.np }}" "scipy${{ matrix.ver.sp }}"
python -m pytest --cov gstools --cov-report term-missing -v tests/
python -m coveralls --service=github
#python -m coveralls --service=github
- name: Build sdist
run: |
Expand Down

0 comments on commit 2c05f2f

Please sign in to comment.