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 6a2040d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flake8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
python-version: 3

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

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

Expand Down

0 comments on commit 6a2040d

Please sign in to comment.