Skip to content

Commit

Permalink
[Feat] support ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfhu committed Dec 6, 2023
1 parent 4120380 commit 3f16206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-stage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub
- name: Install Python-dev
run: apt-get update && apt-get install -y python${{matrix.python-version}}-dev
if: ${{matrix.python-version != 3.9}}
if: ${{matrix.python-version != 3.10}}
- name: Install system dependencies
run: |
sed -i '$ a deb http://th.archive.ubuntu.com/ubuntu jammy main' /etc/apt/sources.list
apt-get update
apt-get install -y ffmpeg libsm6 libxext6 git ninja-build libglib2.0-0 libxrender-dev libc6 libc6-dev
- name: Install opencompass dependencies
Expand Down

0 comments on commit 3f16206

Please sign in to comment.