Skip to content

Commit fd03a7a

Browse files
committed
Install pinned dependencies on CI
1 parent 55a00fe commit fd03a7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Ensure the code passes lints
3030
run: flake8 homu/
3131

32+
- name: Preinstall pinned Python dependencies
33+
run: pip install -r requirements.txt
34+
3235
- name: Install homu on the builder
3336
run: pip install -e .
3437

0 commit comments

Comments
 (0)