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.
develop
master
2 parents 0a0778a + aa3c207 commit f80b208Copy full SHA for f80b208
‎.github/workflows/ci-style.yml
@@ -22,6 +22,7 @@ jobs:
22
python-version: 3.8
23
24
- name: Install system dependencies
25
+ # note libkrb5-dev is required as a dependency for the gssapi pip install
26
run: |
27
sudo apt update
28
sudo apt install libkrb5-dev ruby ruby-dev
‎.github/workflows/release.yml
@@ -35,6 +35,11 @@ jobs:
35
uses: actions/setup-python@v2
36
with:
37
38
+ - name: Install system dependencies
39
40
+ run: |
41
+ sudo apt update
42
+ sudo apt install libkrb5-dev ruby ruby-dev
43
- name: Install python dependencies
44
run: pip install -e .[all]
45
- name: Run pre-commit
0 commit comments