diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index 0d85980..ca030e7 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -42,5 +42,5 @@ jobs: su - tester -c "git config --list" su - tester -c "python --version" su - tester -c "! pip install jsonschema # should not work because no venv" - su - tester -c "clamscan --versionecho" + su - tester -c "clamscan --version" \ No newline at end of file