Enter the venv before we check for the timelord.

This commit is contained in:
Richard Kiss
2020-03-29 12:39:03 -07:00
parent 6b169d6068
commit 0b7499ba5c
+1
View File
@@ -34,6 +34,7 @@ jobs:
sh install.sh
- name: Install time lord
run: |
. ./activate
sh install-timelord.sh
- name: Install developer requirements
run: |