Skip to content

Commit 7fa5d23

Browse files
committed
WIP
1 parent 2ac4498 commit 7fa5d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: 'pip'
2424

2525
- name: Install the requirements
26-
run: pip install pdm && pdm config python.use_venv false && pdm install --no-self -d && pdm list && ls -la
26+
run: pip install pdm && pdm config python.use_venv false && pdm install --no-self -d && pdm list && ls -la && pip list
2727

2828
- name: Execute the unittests
2929
run: PYTHONPATH=$PWD/src python3 -m unittest discover tests/unittests

0 commit comments

Comments
 (0)