File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
cache : ' pip'
29
29
30
30
- name : Install the requirements
31
- run : pip install pdm && pdm install -g && pip list
31
+ run : pip install pdm && pdm install && pdm list
32
32
33
33
- name : Execute the integrationtests (http1.1)
34
34
run : python3 -m unittest discover tests/integrationtest
Original file line number Diff line number Diff line change 23
23
cache : ' pip'
24
24
25
25
- name : Install the requirements
26
- run : pip install pdm && pdm install --no-self -d -g
26
+ run : pip install pdm && pdm install --no-self -d && pdm list && ls -la
27
27
28
28
- name : Execute the unittests
29
29
run : PYTHONPATH=$PWD/src python3 -m unittest discover tests/unittests
73
73
cache : ' pip'
74
74
75
75
- name : Install the requirements
76
- run : pip install pdm && pdm install --no-self -d -g && pdm add -g pytest-cov coverage-badge
76
+ run : pip install pdm && pdm install --no-self -d && pdm add pytest-cov coverage-badge
77
77
78
78
- name : Generate the coverage report
79
79
run : PYTHONPATH=$PWD/src pytest --junitxml=pytest.xml --cov=. tests/unittests | tee pytest-coverage.txt
@@ -133,7 +133,7 @@ jobs:
133
133
cache : ' pip'
134
134
135
135
- name : Install the requirements
136
- run : pip install pdm && pdm add -g pydoc-markdown==4.6.3 pyyaml==5.3.1 mkdocs mkdocs-material
136
+ run : pip install pdm && pdm add pydoc-markdown==4.6.3 pyyaml==5.3.1 mkdocs mkdocs-material
137
137
138
138
- name : Generate documentation
139
139
run : pydoc-markdown --render-toc && rm -rf docs/content && mv build/docs/* docs
You can’t perform that action at this time.
0 commit comments