Skip to content

Commit

Permalink
No need to use setup.py anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Aug 27, 2024
1 parent 2917e6e commit 542295f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ jobs:
- name: Install Python-Blosc2 doc dependencies
run: cd python-blosc2 && pip install -r requirements-doc.txt --upgrade
shell: bash -l {0}
- name: Build Python-Blosc2
run: cd python-blosc2 && python setup.py build_ext --inplace
shell: bash -l {0}
- name: Install Python-Blosc2
run: pip install -e $(pwd)/python-blosc2/
shell: bash -l {0}
Expand Down

0 comments on commit 542295f

Please sign in to comment.