Skip to content

Commit

Permalink
add python version restriction on static check and style check
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoAhoy committed Aug 24, 2021
1 parent e764468 commit e913018
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ jobs:
ln -s ${{ matrix.libjfs-path }}/libjfs/juicefs juicefs/lib/juicefs
ln -s ${{ matrix.libjfs-path }}/libjfs/libjfs.so juicefs/lib/libjfs.so
- name: Run style-check
if: matrix.python-version == '3.6'
run: |
make style_check
- name: Run static-check
if: matrix.python-version == '3.6'
run: |
make static_check
- name: Run unit-test
Expand Down

0 comments on commit e913018

Please sign in to comment.