Skip to content

Commit ada7b2d

Browse files
committed
Install the python requirements for the linux based CI.
1 parent 00fb809 commit ada7b2d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
with:
1616
submodules: true
1717

18+
- name: Install unit tests requirements
19+
run: |
20+
pip install -r tests/unit_tests/requirements.txt
21+
1822
- name: Build
1923
run: |
2024
mkdir -p build

tests/unit_tests/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lit==13.0.0
2+
filecheck==0.0.19

0 commit comments

Comments
 (0)