Skip to content

Commit ab9a69b

Browse files
authored
fix: release.yml (#1926)
1 parent a6de719 commit ab9a69b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
with:
2323
python-version: 3.9
2424

25+
- name: Install system dependencies
26+
run: |
27+
sudo apt remove -y docker-compose
28+
sudo apt-get update -y
29+
sudo apt-get --assume-yes --no-install-recommends install -y apt-transport-https curl libkrb5-dev
30+
2531
- name: Install build dependencies
2632
run: python3 -m pip install --user tox
2733

0 commit comments

Comments
 (0)