CI - Explicitly install virtualenv
This commit is contained in:
parent
11883a1fda
commit
a324e3aa31
3
.github/workflows/dependency_test.yml
vendored
3
.github/workflows/dependency_test.yml
vendored
@ -15,4 +15,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Run test
|
- name: Run test
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt install python3-venv
|
||||||
|
which venv
|
||||||
|
which virtualenv
|
||||||
scripts/dependency_test.sh
|
scripts/dependency_test.sh
|
Loading…
Reference in New Issue
Block a user