mirror of
https://github.com/jeremyd/ergo.git
synced 2026-08-05 13:43:05 -07: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:
committed by
GitHub
parent
c79b65cf8a
commit
11a38b7119
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user