We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78e248 commit 01ddd32Copy full SHA for 01ddd32
.github/workflows/base.yml
@@ -6,6 +6,7 @@ jobs:
6
steps:
7
- uses: actions/checkout@v2
8
- run: |
9
+ sudo apt update
10
sudo apt install -y python3 python3-pip python3-setuptools libcurl4-openssl-dev libssl-dev libsasl2-dev
11
python3 -m pip install -r tests/requirements.txt
12
@@ -24,6 +25,7 @@ jobs:
24
25
26
27
28
29
sudo apt install -y python3 python3-pip python3-setuptools clang-format
30
python3 -m pip install -r packaging/tools/requirements.txt
31
- name: Style checker
0 commit comments