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.
1 parent df6e434 commit f86cf13Copy full SHA for f86cf13
.github/workflows/pythonapp.yml
@@ -1,3 +1,4 @@
1
+---
2
# This workflow will install Python dependencies, run tests and lint with a single version of Python
3
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
4
@@ -39,7 +40,7 @@ jobs:
39
40
- name: Install dependencies
41
run: |
42
pip install -U pip setuptools cython wheel
- pip install -Ur travis/requirements.txt
43
+ pip install -Ur requirements-dev.txt
44
- name: Test with pytest
45
run: pytest
46
env:
travis/requirements.txt renamed to requirements-dev.txt
@@ -6,4 +6,4 @@ pytest-asyncio==0.14.0
6
pytest-cov==2.10.1
7
pytest-random-order==1.0.4
8
responses==0.12.0
9
--r ../requirements.txt
+-r requirements.txt
0 commit comments