mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-16 15:39:21 +01:00
Skip irctest on pypy-3.9
For some reason, it takes a whole hour to run
This commit is contained in:
parent
ef960befa3
commit
f5d39b0be2
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
||||
supybot-test test -v --plugins-dir=./plugins/ --no-network
|
||||
|
||||
- name: Test with irctest
|
||||
if: "${{ matrix.with-opt-deps && matrix.python-version != 'pypy-3.7' }}"
|
||||
if: "${{ matrix.with-opt-deps && matrix.python-version != 'pypy-3.7' && matrix.python-version != 'pypy-3.9' }}"
|
||||
run: |
|
||||
git clone https://github.com/ProgVal/irctest.git
|
||||
cd irctest
|
||||
|
Loading…
Reference in New Issue
Block a user