Skip to content

Commit

Permalink
fix non initialized variable in cor read function
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Apr 26, 2022
1 parent c881930 commit 94f34ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
- name: Build c extensions
run: |
# python setup.py build_ext --inplace
python setup.py install
python setup.py build_ext --inplace
#python setup.py install
- name: Test with pytest
run: |
# pytest test
cd tests
pytest
# cd tests
pytest tests
build_wheels:
name: Build wheels on ${{ matrix.os }}
Expand Down

0 comments on commit 94f34ff

Please sign in to comment.