Skip to content

Commit

Permalink
> fix if
Browse files Browse the repository at this point in the history
  • Loading branch information
kebe7jun committed Mar 14, 2024
1 parent 2d6ec7f commit 869923c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/sync-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: 执行同步脚本
if: ${{ steps.parse_body.outputs.sync_type == 'huggingface' }}
run: |
pip install -r requirements.txt
for d in tools; do
Expand Down

0 comments on commit 869923c

Please sign in to comment.