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 4d53a38 commit f6e82e6Copy full SHA for f6e82e6
.github/workflows/tests.yml
@@ -34,5 +34,11 @@ jobs:
34
- name: Install current version of the clamd package
35
run: python -m pip install -e .
36
37
+ - name: Install and update clamav engine
38
+ run: sudo apt update
39
+ run: sudo apt-get install clamav-daemon clamav-freshclam clamav-unofficial-sigs --yes
40
+ run: sudo freshclam --verbose
41
+ run: systemctl restart clamav-daemon.service
42
+
43
- name: Run unit tests
44
run: pytest
0 commit comments