8000 [OMIT ME] Temporarily avoid Cython 3.1.0 on the PR branch · pysam-developers/pysam@173a128 · GitHub
[go: up one dir, main page]

Skip to content

Commit 173a128

Browse files
committed
[OMIT ME] Temporarily avoid Cython 3.1.0 on the PR branch
1 parent 5a9eb8c commit 173a128

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929

3030
- name: Install prerequisite Python libraries
31-
run: pip install cython mypy pytest setuptools
31+
run: pip install 'cython<3.1' mypy pytest setuptools
3232

3333
- name: Install Linux build prerequisites
3434
if: runner.os == 'Linux'
@@ -79,7 +79,7 @@ jobs:
7979
python-version: ${{ matrix.python-version }}
8080

8181
- name: Install prerequisite Python libraries
82-
run: pip install cython pytest
82+
run: pip install 'cython<3.1' pytest
8383

8484
- name: Install build prerequisites
8585
if: runner.os == 'Linux'

devtools/environment-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ channels:
33
- bioconda
44
dependencies:
55
- bzip2
6-
- cython
6+
- cython<3.1
77
- setuptools
88
- xz

0 commit comments

Comments
 (0)
0