Skip to content

Commit e13b95c

Browse files
fix: install keylime deps from requirements.txt
1 parent 77d8abe commit e13b95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install pyyaml requests tornado cryptography m2crypto gnupg pyzmq
29+
pip install -r hybrid-cloud-poc/keylime/requirements.txt
3030
3131
- name: Run Integration Tests
3232
shell: bash

0 commit comments

Comments
 (0)