Skip to content

Commit 4567367

Browse files
committed
Update workflows/main.yml
1 parent 1c5f786 commit 4567367

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121

22+
- name: Ensure distutils is available
23+
run: |
24+
python -m ensurepip --upgrade
25+
python -m pip install --upgrade setuptools wheel
26+
2227
- name: Run test.py in develop mode
2328
run: |
2429
python -m pip install opencv-python setuptools

0 commit comments

Comments
 (0)