Skip to content

Commit 137b4e2

Browse files
committed
fix broken tests
1 parent 62a5170 commit 137b4e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ jobs:
1818
- name: Run all envs
1919
uses: fedora-python/tox-github-action@main
2020
with:
21-
# tox_env: ${{ matrix.tox_env }}
2221
tox_env: py313
22+
# Add krb5-devel to the list of packages to install
23+
dnf_install: |
24+
krb5-devel
25+
args: '--recreate' # Optional: good to add after changing dependencies
2326
strategy:
2427
matrix:
2528
tox_env: [black, ruff, spdx-schema, cdx-schema]

0 commit comments

Comments
 (0)