We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb588bf + 4d95738 commit c1e9819Copy full SHA for c1e9819
.github/workflows/ci.yml
@@ -26,11 +26,11 @@ jobs:
26
- name: Set up Python
27
uses: actions/setup-python@v2
28
with:
29
- python-version: '3.7'
+ python-version: '3.6'
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
33
- pip install .
+ pip install -r requirements.txt
34
pip install pytest pytest-cov responses codecov requests-mock
35
- name: Test with pytest
36
env:
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
0 commit comments