File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,20 @@ jobs:
32
32
- name : Build
33
33
run : |
34
34
python setup.py sdist bdist_wheel
35
- - name : Import
36
- run : python -c "from ipyvuetify import Btn"
35
+ - name : Import b4
36
+ run : pwd; python -c "from ipyvuetify import Btn"
37
+ continue-on-error : true
37
38
- name : Archive code coverage results
38
39
uses : actions/upload-artifact@v3
39
40
with :
40
41
name : dist
41
42
path : dist
42
43
- name : Install
43
44
run : pip install `find dist -name "*whl" |head -n1`
45
+ - name : check
46
+ run : which python; which pip
44
47
- name : Import
45
- run : python -c "from ipyvuetify import Btn"
48
+ run : (mkdir bla; cd bla; pwd; python -c "from ipyvuetify import Btn")
46
49
- name : show wheel
47
50
run : unzip -l `find dist -name "*whl" |head -n1`
48
51
- name : Set-up to fail
You can’t perform that action at this time.
0 commit comments