bump irctest to test websockets (#2331)

Install python3-websockets for irctest in CI. This won't actually work
as expected until Ubuntu 26.04.
This commit is contained in:
Shivaram Lingamneni
2026-02-16 15:19:04 -08:00
committed by GitHub
parent c79b65cf8a
commit 11a38b7119
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
with:
go-version: "1.26"
- name: "install python3-pytest"
run: "sudo apt install -y python3-pytest"
run: "sudo apt install -y python3-pytest python3-websockets"
- name: "make install"
run: "make install"
- name: "make test"
+1 -1
Submodule irctest updated: 219ca65273...9591140631