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.
1 parent cf43ffd commit a8b6abbCopy full SHA for a8b6abb
1 file changed
.github/workflows/main.yml
@@ -14,12 +14,13 @@ jobs:
14
steps:
15
- name: Checkout kobo
16
uses: actions/checkout@v2
17
+
18
- name: Run Tox tests
19
id: test
20
uses: fedora-python/tox-github-action@main
21
with:
22
tox_env: ${{ matrix.tox_env }}
- dnf_install: python3-rpm /usr/bin/gcc /usr/bin/krb5-config /etc/mime.types --setopt=tsflags=nodocs
23
+ dnf_install: python3-rpm /usr/bin/gcc /usr/bin/krb5-config /etc/mime.types
24
strategy:
25
matrix:
26
tox_env: [
0 commit comments