CI - Explicitly install virtualenv

This commit is contained in:
Bert Blommers 2021-07-29 08:28:25 +01:00 committed by GitHub
parent 11883a1fda
commit a324e3aa31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,4 +15,7 @@ jobs:
uses: actions/checkout@v2
- name: Run test
run: |
scripts/dependency_test.sh
sudo apt install python3-venv
which venv
which virtualenv
scripts/dependency_test.sh