File tree 4 files changed +84
-76
lines changed
sphinxcontrib/svgbob/_svgbob
4 files changed +84
-76
lines changed 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