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 2828 cache : ' pip'
2929
3030 - name : Install the requirements
31- run : pip install pdm && pdm install -g && pip list
31+ run : pip install pdm && pdm install && pdm list
3232
3333 - name : Execute the integrationtests (http1.1)
3434 run : python3 -m unittest discover tests/integrationtest
Original file line number Diff line number Diff line change 2323 cache : ' pip'
2424
2525 - 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
2727
2828 - name : Execute the unittests
2929 run : PYTHONPATH=$PWD/src python3 -m unittest discover tests/unittests
7373 cache : ' pip'
7474
7575 - 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
7777
7878 - name : Generate the coverage report
7979 run : PYTHONPATH=$PWD/src pytest --junitxml=pytest.xml --cov=. tests/unittests | tee pytest-coverage.txt
@@ -133,7 +133,7 @@ jobs:
133133 cache : ' pip'
134134
135135 - 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
137137
138138 - name : Generate documentation
139139 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