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 1f2f6f5 commit c085f9cCopy full SHA for c085f9c
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
python -m pip install --upgrade pip
35
pip install -r requirements.txt
36
- pip install urwid twisted watchdog "jedi >=0.16" babel "sphinx >=1.5,<7"
+ pip install urwid twisted watchdog "jedi >=0.16" babel "sphinx >=1.5"
37
pip install pytest pytest-cov numpy
38
- name: Build with Python ${{ matrix.python-version }}
39
0 commit comments