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 2c0ab24Copy full SHA for 2c0ab24
1 file changed
.github/workflows/main.yml
@@ -14,12 +14,19 @@ jobs:
14
steps:
15
- name: Checkout kobo
16
uses: actions/checkout@v2
17
+
18
+ - name: Update systemd and preset units
19
+ run: |
20
+ sudo dnf -y update systemd
21
+ sudo systemctl daemon-reload
22
+ sudo systemctl preset-all
23
24
- name: Run Tox tests
25
id: test
26
uses: fedora-python/tox-github-action@main
27
with:
28
tox_env: ${{ matrix.tox_env }}
- dnf_install: python3-rpm /usr/bin/gcc /usr/bin/krb5-config /etc/mime.types --setopt=tsflags=nodocs
29
+ dnf_install: python3-rpm /usr/bin/gcc /usr/bin/krb5-config /etc/mime.types
30
strategy:
31
matrix:
32
tox_env: [
0 commit comments