We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1340277 commit a619eceCopy full SHA for a619ece
1 file changed
.github/workflows/python-build.yml
@@ -68,11 +68,13 @@ jobs:
68
./configure
69
make
70
sudo make install
71
+
72
+ - name: Update Setuptools (Mac)
73
+ if: matrix.os == 'macos-latest'
74
+ run: pip install --upgrade setuptools wheel
75
76
- name: Install Python libraries
- run: |
- pip install --upgrade --no-cache-dir setuptools wheel
- pip install scenedetect pybind11
77
+ run: pip install scenedetect pybind11
78
79
- name: Run setup.py
80
working-directory: ${{ github.workspace }}
0 commit comments