File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 27
27
python-version : ' 3.x'
28
28
- name : Install Dependencies
29
29
run : |
30
- python -m pip install poetry
31
- poetry self add poetry-plugin-export
32
- poetry export -f requirements.txt --with testing -o requirements.txt --all-extras
33
- python -m pip install -r requirements.txt
30
+ python -m pip install pytest pytest-cov
34
31
python -m pip install .
35
32
- name : Run Tests
36
33
env :
Original file line number Diff line number Diff line change 27
27
python-version : ' 3.x'
28
28
- name : Install Dependencies
29
29
run : |
30
- python -m pip install poetry
31
- poetry self add poetry-plugin-export
32
- poetry export -f requirements.txt --with testing -o requirements.txt --all-extras
33
- python -m pip install -r requirements.txt
30
+ python -m pip install pytest pytest-cov
34
31
python -m pip install .
35
32
- name : Run Tests
36
33
env :
Original file line number Diff line number Diff line change 27
27
python-version : ' 3.x'
28
28
- name : Install Dependencies
29
29
run : |
30
- python -m pip install poetry
31
- poetry self add poetry-plugin-export
32
- poetry export -f requirements.txt --with testing -o requirements.txt --all-extras
33
- python -m pip install -r requirements.txt
30
+ python -m pip install pytest pytest-cov
34
31
python -m pip install .
35
32
- name : Run Tests
36
33
env :
You can’t perform that action at this time.
0 commit comments