File tree 5 files changed +85
-79
lines changed
sphinxcontrib/svgbob/_svgbob
5 files changed +85
-79
lines changed Original file line number Diff line number Diff line change 1
- setuptools >= 41.0
2
- wheel
3
- setuptools-rust
1
+ maturin ~= 1.2
4
2
requests
5
3
auditwheel
6
4
coverage ~= 5.0
Original file line number Diff line number Diff line change 45
45
- name : Update CI requirements
46
46
run : python -m pip install -U -r .github/workflows/requirements.txt
47
47
- name : Build extension
48
- run : python setup.py build_ext --inplace --debug
48
+ run : python -m pip --no-build-isolation -e .
49
49
- name : Test extension with coverage
50
50
run : python -m coverage run -m unittest discover -vv
51
51
- name : Export coverage reports
96
96
- name : Update CI requirements
97
97
run : python -m pip install -U -r .github/workflows/requirements.txt
98
98
- name : Build extension
99
- run : python setup.py build_ext --inplace --debug
99
+ run : python -m pip --no-build-isolation -e .
100
100
- name : Test extension with coverage
101
101
run : python -m coverage run -m unittest discover -vv
102
102
- name : Export coverage reports
You can’t perform that action at this time.
0 commit comments