Skip to content

Commit 09d4330

Browse files
committed
!squash more
1 parent c8662cc commit 09d4330

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
- name: Test runtime dependencies
2727
run: |
2828
uv run --no-dev -p python${{ matrix.python-version }} -- python -c '
29-
from libtmux import common, constants, exc, formats, neo, pane, server, session, window
29+
from libtmux import common, constants, exc, formats, neo, pane, server, session, window, __version__
3030
server = server.Server()
31-
print("Server version:", server.version)
31+
print("libtmux version:", __version__)
32+
print("libtmux Server:", server)
3233
'
3334
3435
- name: Install dependencies

0 commit comments

Comments
 (0)