Skip to content

Commit 63b7a3b

Browse files
pip-install
1 parent ee65c16 commit 63b7a3b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
steps:
77
- name: Checkout
88
uses: actions/checkout@v2
9+
- name: Install dependencies
10+
run: pip install -r requirements.txt
911
- name: Run tests and collect coverage
1012
run: coverage run tests.py
1113
- name: Download and validate Codecov uploader

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
coverage

0 commit comments

Comments
 (0)