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 eec6a3d commit 896e640Copy full SHA for 896e640
1 file changed
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: fedora-python/tox-github-action@main
20
with:
21
tox_env: ${{ matrix.tox_env }}
22
- dnf_install: python3-rpm /usr/bin/gcc /usr/bin/krb5-config /etc/mime.types
+ dnf_install: python3.8 python3-rpm /usr/bin/gcc /usr/bin/krb5-config /etc/mime.types
23
strategy:
24
matrix:
25
tox_env: [
0 commit comments