There was an error while loading. Please reload this page.
1 parent 5ff35af commit e8b8aebCopy full SHA for e8b8aeb
.github/workflows/ci.yml
@@ -6,6 +6,10 @@ jobs:
6
steps:
7
- name: Checkout
8
uses: actions/checkout@v2
9
+ - name: Set up Python 3.9
10
+ uses: actions/setup-python@v2
11
+ with:
12
+ python-version: 3.9
13
- name: Install dependencies
14
run: pip install -r requirements.txt
15
- name: Run tests and collect coverage
0 commit comments