Skip to content

Commit

Permalink
resolve cython issue
Browse files Browse the repository at this point in the history
  • Loading branch information
juaduan committed Mar 28, 2024
1 parent 53c5a28 commit b193113
Show file tree
Hide file tree
Showing 8 changed files with 42,504 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python setup.py bdist_wheel sdist
- name: Rename wheel for manylinux compatibility (Ubuntu only)
if: runner.os == 'Linux'
if: runner.os == 'ubuntu-latest'
run: |
for file in *.whl; do
if [[ $file == *linux* ]]; then
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: compile .pyx file
run: |
pip install Cython
pip install numpy
# pip install Cython
# pip install numpy
python setup.py build_ext --inplace

- name: run the test script
Expand Down
Loading

0 comments on commit b193113

Please sign in to comment.