Skip to content

Commit 2ac4498

Browse files
committed
WIP
1 parent cdcd709 commit 2ac4498

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 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
2727

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

.pdm-python

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/home/zpascal/Projekte/Upstream/grafana_api_sdk/.venv/bin/python

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,8 @@ If you would like to contribute something, have an improvement request, or want
438438
If you want to make a contribution and open a pull request, please write or adapt the necessary unit tests beforehand.
439439
You can install the necessary development requirements for the unit tests by running `pdm install -d` or `pip install pytest-httpx pytest`.
440440

441+
#TODO Document the unit test execution
442+
441443
## Support
442444
If you need support, or you encounter a bug, please don't hesitate to open an issue.
443445

0 commit comments

Comments
 (0)