Skip to content

Commit

Permalink
flake8: install krb5-config/gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
spoore1 committed Dec 20, 2024
1 parent 091f11a commit 356ca46
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/flake8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
with:
python-version: 3

- name: Install krb5-config deps
run: sudo apt-get update -y \
&& apt-get upgrade -y \
&& apt-get install -y \
libkrb5-dev \
gcc

- name: Install dependencies
run: python3 -m pip install tox

Expand Down

0 comments on commit 356ca46

Please sign in to comment.