Skip to content

Commit

Permalink
fixed codecov?
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Nicodemus committed Jan 16, 2025
1 parent 9cb93a2 commit 2b361e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
pacman -S mingw-w64-x86_64-winpthreads
pacman -S mingw-w64-x86_64-winpthreads-git
pacman -S mingw-w64-x86_64-winpthreads-git
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
Expand Down Expand Up @@ -113,7 +113,8 @@ jobs:
python -m pip install wheel
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov
pip install -r requirements.txt
python setup.py build_ext --inplace
# pip install -r requirements.txt
- name: Install CAJAL
run: |
python -m pip install .[vis]
Expand Down

0 comments on commit 2b361e7

Please sign in to comment.