Skip to content

Commit 8ca17d7

Browse files
committed
fixup! ci: Explicitly use python 3.11 and run clnvm explicitly.
1 parent 5d62374 commit 8ca17d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-self.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
UV_PYTHON: 3.11
3939
run: |
4040
cd libs/cln-version-manager
41-
uv run --extra cli clnvm get-all
41+
uv run --extra cli python3 clnvm/cli.py get-all
4242
4343
- name: Install Protoc
4444
uses: arduino/setup-protoc@v3

0 commit comments

Comments
 (0)