We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b68b6 commit 6998b26Copy full SHA for 6998b26
.github/workflows/ci.yml
@@ -24,14 +24,19 @@ jobs:
24
- uses: actions/checkout@v1
25
with:
26
submodules: true
27
+
28
- name: Add OpenCV 3.4 PPA
29
if: matrix.os == 'ubuntu-18.04'
30
run: sudo add-apt-repository -y ppa:~timsc/opencv-3.4
31
32
- name: Install dependencies
33
run: |
34
sudo apt-get install --no-install-recommends -y \
35
libopencv-dev python3-opencv
- - run: python3 -m pip install setuptools wheel
36
37
+ - name: Install Python setup requirements
38
+ run: python3 -m pip install setuptools wheel pkgconfig
39
40
- run: python3 setup.py sdist
41
- run: python3 -m pip install dist/*.tar.gz
42
- run: python3 -m cscore --help
0 commit comments