Bump stable versions

This commit is contained in:
2021-07-03 16:24:23 +02:00
committed by Val Lorentz
parent f420b6cb0a
commit 76eaef39b8
5 changed files with 6 additions and 7 deletions

View File

@ -23,7 +23,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest -r requirements.txt
- name: Install dependencies
run: pip install sopel==7.0.7
run: pip install sopel==7.1.1
- name: Test with pytest
run: PATH=~/.local/bin:$PATH make sopel
name: irctest with Sopel (stable)