We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6d052 commit 93a1005Copy full SHA for 93a1005
1 file changed
.github/workflows/smoke.yml
@@ -127,14 +127,14 @@ jobs:
127
pillow \
128
pytest \
129
python=${{ matrix.config.python }} \
130
- setuptools
+ setuptools \
131
+ cython
132
133
- name: Build
134
shell: bash
135
run: |
136
. $CONDA/etc/profile.d/conda.sh
137
conda activate pyav
- pip install 'Cython==3.1.0a1'
138
python scripts\\fetch-vendor.py --config-file scripts\\ffmpeg-${{ matrix.config.ffmpeg }}.json $CONDA_PREFIX\\Library
139
python scripts\\comptime.py ${{ matrix.config.ffmpeg }}
140
python setup.py build_ext --inplace --ffmpeg-dir=$CONDA_PREFIX\\Library
0 commit comments