File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 55 - master
66
77jobs :
8- generate-wrapper :
8+ generate-wrapper-linux :
99 runs-on : " ubuntu-22.04"
1010 defaults :
1111 run :
1919 - name : generate wrapper
2020 run : ./generate_swig_wrapper.sh
2121 shell : bash
22+ - uses : actions/upload-artifact@v4
23+ with :
24+ name : python-sources
25+ path : python-wrapper/sensirion_gas_index_algorithm/**
26+ if-no-files-found : error
27+ py3p8_linux_build :
28+ runs-on : " ubuntu-22.04"
29+ defaults :
30+ run :
31+ working-directory : ./python-wrapper
32+ steps :
33+ - uses : actions/checkout@v4
34+ - uses : actions/download-artifact@v4
35+ with :
36+ name : python-sources
37+ path : python-wrapper/sensirion_gas_index_algorithm
38+ - name : check source files
39+ run : ls -al sensirion_gas_index_algorithm
2240 - uses : actions/setup-python@v5
2341 with :
2442 python-version : 3.8
You can’t perform that action at this time.
0 commit comments