We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4ced4f + a32fb27 commit 474362eCopy full SHA for 474362e
.github/workflows/ci.yml
@@ -6,6 +6,7 @@ on:
6
pull_request:
7
branches:
8
- master
9
+ - development
10
11
jobs:
12
test:
@@ -24,7 +25,7 @@ jobs:
24
25
- name: Set up Python
26
uses: actions/setup-python@v2
27
with:
- python-version: '3.6'
28
+ python-version: '3.7'
29
30
- name: Install dependencies
31
run: |
setup.py
@@ -10,6 +10,7 @@
'pytest-mock>=3.5.1',
'coverage',
'pytest-cov',
13
+ 'importlib-metadata==4.2'
14
]
15
16
INSTALL_REQUIRES = [
0 commit comments