Skip to content

Commit f3d8f9b

Browse files
committed
use uv
1 parent 4544ea1 commit f3d8f9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
#----------------------------------------------
5050

5151
- name: Show clock resolution
52-
run: poetry run python tests/system_checks/test_tick_rate.py
52+
run: uv run python tests/system_checks/test_tick_rate.py
5353
- name: Test clocks
54-
run: poetry run python tests/system_checks/test_clocks.py
54+
run: uv run python tests/system_checks/test_clocks.py
5555
- name: Test monotonicity
56-
run: poetry run python tests/system_checks/test_monotonic_over_threads.py
56+
run: uv run python tests/system_checks/test_monotonic_over_threads.py
5757

5858
#----------------------------------------------
5959
#---- Run tests with coverage report

0 commit comments

Comments
 (0)