We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4544ea1 commit f3d8f9bCopy full SHA for f3d8f9b
.github/workflows/test.yml
@@ -49,11 +49,11 @@ jobs:
49
#----------------------------------------------
50
51
- name: Show clock resolution
52
- run: poetry run python tests/system_checks/test_tick_rate.py
+ run: uv run python tests/system_checks/test_tick_rate.py
53
- name: Test clocks
54
- run: poetry run python tests/system_checks/test_clocks.py
+ run: uv run python tests/system_checks/test_clocks.py
55
- name: Test monotonicity
56
- run: poetry run python tests/system_checks/test_monotonic_over_threads.py
+ run: uv run python tests/system_checks/test_monotonic_over_threads.py
57
58
59
#---- Run tests with coverage report
0 commit comments