Skip to content

Commit

Permalink
check PIP_REQUIRE_VIRTUALENV
Browse files Browse the repository at this point in the history
  • Loading branch information
brabster committed Oct 1, 2024
1 parent ef0cda4 commit 3e4b952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3e4b952

Please sign in to comment.