Skip to content

Commit

Permalink
Fix ci in master branch (open-mmlab#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
grimoire committed May 7, 2022
1 parent 5231e65 commit c2f2edc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: build
on:
push:
paths-ignore:
- 'demo/**'
- 'tools/**'
- "demo/**"
- "tools/**"

pull_request:
paths-ignore:
- 'demo/**'
- 'tools/**'
- 'docs/**'
- "demo/**"
- "tools/**"
- "docs/**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -78,6 +78,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install system dependencies
run: |
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A4B469963BF863CC
apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build libglib2.0-0 libxrender-dev python${{matrix.python-version}}-dev
apt-get clean
rm -rf /var/lib/apt/lists/*
Expand Down Expand Up @@ -122,6 +123,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install system dependencies
run: |
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A4B469963BF863CC
apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build libglib2.0-0 libxrender-dev python${{matrix.python-version}}-dev
apt-get clean
rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mmcls>=0.15.0,<=0.19.0
mmdet>=2.19.0,<=2.20.0
mmedit
mmocr>=0.3.0,<=0.4.1
mmpose>=0.24.0
mmpose>=0.24.0,<=0.25.1
mmsegmentation
onnxruntime>=1.8.0
openvino-dev

0 comments on commit c2f2edc

Please sign in to comment.