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 5, 2023
1 parent 858e511 commit 4120380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-stage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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.10}}
if: ${{matrix.python-version != 3.9}}
- name: Install system dependencies
run: |
apt-get update
Expand Down

0 comments on commit 4120380

Please sign in to comment.