Skip to content

Commit 914f178

Browse files
committed
More dependencies
1 parent a3693a3 commit 914f178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 .

0 commit comments

Comments
 (0)