Skip to content

Commit e8b8aeb

Browse files
Update .github/workflows/ci.yml
Co-authored-by: Mitchell Borrego <mitchell@codecov.io>
1 parent 5ff35af commit e8b8aeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ jobs:
66
steps:
77
- name: Checkout
88
uses: actions/checkout@v2
9+
- name: Set up Python 3.9
10+
uses: actions/setup-python@v2
11+
with:
12+
python-version: 3.9
913
- name: Install dependencies
1014
run: pip install -r requirements.txt
1115
- name: Run tests and collect coverage

0 commit comments

Comments
 (0)