3
0
mirror of https://github.com/ergochat/ergo.git synced 2026-02-18 23:37:59 +01:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

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 @@
Subproject commit 219ca65273489193f54df9d5909aee3b4480c1c5
Subproject commit 959114063189eac3aaad82a229acbcaeb78fb184