Skip to content
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
python-version : ${{ matrix.python-version }}
29
29
30
30
- name : Install prerequisite Python libraries
31
- run : pip install cython mypy pytest setuptools
31
+ run : pip install ' cython<3.1' mypy pytest setuptools
32
32
33
33
- name : Install Linux build prerequisites
34
34
if : runner.os == 'Linux'
79
79
python-version : ${{ matrix.python-version }}
80
80
81
81
- name : Install prerequisite Python libraries
82
- run : pip install cython pytest
82
+ run : pip install ' cython<3.1' pytest
83
83
84
84
- name : Install build prerequisites
85
85
if : runner.os == 'Linux'
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ channels:
3
3
- bioconda
4
4
dependencies :
5
5
- bzip2
6
- - cython
6
+ - cython<3.1
7
7
- setuptools
8
8
- xz
You can’t perform that action at this time.
0 commit comments