We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac4498 commit 7fa5d23Copy full SHA for 7fa5d23
.github/workflows/pull-request-checks.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: 'pip'
24
25
- name: Install the requirements
26
- run: pip install pdm && pdm config python.use_venv false && pdm install --no-self -d && pdm list && ls -la
+ run: pip install pdm && pdm config python.use_venv false && pdm install --no-self -d && pdm list && ls -la && pip list
27
28
- name: Execute the unittests
29
run: PYTHONPATH=$PWD/src python3 -m unittest discover tests/unittests
0 commit comments