File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
4646 id : mdeb
4747 run : |
4848 apt-get -y update
49- apt-get -y install --no-install-recommends python3-bs4 python3-future python3-lxml python3-requests python3-tqdm wget python3-pip python3-xlsxwriter
50- # wget https://github.com/INTI-CMNB/KiCost/releases/download/v1.1.5rc1/python3-babel_2.9.0-1_all.deb
49+ apt-get -y install --no-install-recommends python3-bs4 python3-future python3-lxml python3-requests python3-tqdm wget python3-pip python3-xlsxwriter python3-yaml
50+ wget https://github.com/INTI-CMNB/KiCost/releases/download/v1.1.5rc1/python3-babel_2.9.0-1_all.deb
5151 wget https://github.com/INTI-CMNB/KiCost/releases/download/v1.1.5rc5/python3-validators_0.14.2-2_all.deb
5252 wget https://github.com/set-soft/kicost-digikey-api-v3/releases/download/v0.1.1/kicost-digikey-api-v3_0.1.1-1_all.deb
5353 apt -y install --no-install-recommends ./*.deb
54- # rm python3-babel*
54+ rm python3-babel*
5555 cp requirements.txt requirements.txt.ok
5656 sed -i 's/^wxPython/#wxPython/' requirements.txt
5757 pip3 install -U .
You can’t perform that action at this time.
0 commit comments