Skip to content

Commit 93a1005

Browse files
ngoldbaumWyattBlue
authored andcommitted
Install cython from scientific-python nightlies in smoke tests
1 parent cf6d052 commit 93a1005

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/smoke.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ jobs:
127127
pillow \
128128
pytest \
129129
python=${{ matrix.config.python }} \
130-
setuptools
130+
setuptools \
131+
cython
131132
132133
- name: Build
133134
shell: bash
134135
run: |
135136
. $CONDA/etc/profile.d/conda.sh
136137
conda activate pyav
137-
pip install 'Cython==3.1.0a1'
138138
python scripts\\fetch-vendor.py --config-file scripts\\ffmpeg-${{ matrix.config.ffmpeg }}.json $CONDA_PREFIX\\Library
139139
python scripts\\comptime.py ${{ matrix.config.ffmpeg }}
140140
python setup.py build_ext --inplace --ffmpeg-dir=$CONDA_PREFIX\\Library

0 commit comments

Comments
 (0)