Skip to content

Commit a619ece

Browse files
committed
update setuptools for macos
1 parent 1340277 commit a619ece

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/python-build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,13 @@ jobs:
6868
./configure
6969
make
7070
sudo make install
71+
72+
- name: Update Setuptools (Mac)
73+
if: matrix.os == 'macos-latest'
74+
run: pip install --upgrade setuptools wheel
7175

7276
- name: Install Python libraries
73-
run: |
74-
pip install --upgrade --no-cache-dir setuptools wheel
75-
pip install scenedetect pybind11
77+
run: pip install scenedetect pybind11
7678

7779
- name: Run setup.py
7880
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)