We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa01b01 commit b1657a8Copy full SHA for b1657a8
.github/workflows/test.yml
@@ -84,9 +84,9 @@ jobs:
84
supybot-test test -v --plugins-dir=./plugins/ --no-network
85
86
- name: Test with irctest
87
- if: "${{ matrix.with-opt-deps && matrix.python-version != 'pypy-3.7' && matrix.python-version != 'pypy-3.9' }}"
+ if: "${{ matrix.with-opt-deps && matrix.python-version != '3.7' && matrix.python-version != 'pypy-3.7' && matrix.python-version != 'pypy-3.9' }}"
88
run: |
89
- git clone https://github.com/ProgVal/irctest.git
+ git clone https://github.com/progval/irctest.git
90
cd irctest
91
pip3 install -r requirements.txt
92
make limnoria PYTEST_ARGS=-vs
0 commit comments