CI - Explicitly install virtualenv
This commit is contained in:
parent
11883a1fda
commit
a324e3aa31
5
.github/workflows/dependency_test.yml
vendored
5
.github/workflows/dependency_test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user