Skip to content

Commit f80b208

Browse files
authored
🔀 MERGE: develop -> master
2 parents 0a0778a + aa3c207 commit f80b208

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎.github/workflows/ci-style.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
python-version: 3.8
2323

2424
- name: Install system dependencies
25+
# note libkrb5-dev is required as a dependency for the gssapi pip install
2526
run: |
2627
sudo apt update
2728
sudo apt install libkrb5-dev ruby ruby-dev

‎.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
uses: actions/setup-python@v2
3636
with:
3737
python-version: 3.8
38+
- name: Install system dependencies
39+
# note libkrb5-dev is required as a dependency for the gssapi pip install
40+
run: |
41+
sudo apt update
42+
sudo apt install libkrb5-dev ruby ruby-dev
3843
- name: Install python dependencies
3944
run: pip install -e .[all]
4045
- name: Run pre-commit

0 commit comments

Comments
 (0)