We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6de719 commit ab9a69bCopy full SHA for ab9a69b
.github/workflows/release.yml
@@ -22,6 +22,12 @@ jobs:
22
with:
23
python-version: 3.9
24
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
+
31
- name: Install build dependencies
32
run: python3 -m pip install --user tox
33
0 commit comments