Skip to content

Commit b1657a8

Browse files
committed
Skip irctest on Python 3.7
It's no longer supported
1 parent fa01b01 commit b1657a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
supybot-test test -v --plugins-dir=./plugins/ --no-network
8585
8686
- name: Test with irctest
87-
if: "${{ matrix.with-opt-deps && matrix.python-version != 'pypy-3.7' && matrix.python-version != 'pypy-3.9' }}"
87+
if: "${{ matrix.with-opt-deps && matrix.python-version != '3.7' && matrix.python-version != 'pypy-3.7' && matrix.python-version != 'pypy-3.9' }}"
8888
run: |
89-
git clone https://github.com/ProgVal/irctest.git
89+
git clone https://github.com/progval/irctest.git
9090
cd irctest
9191
pip3 install -r requirements.txt
9292
make limnoria PYTEST_ARGS=-vs

0 commit comments

Comments
 (0)