Update bot_check.yml

This commit is contained in:
molanp 2024-12-18 22:49:11 +08:00 committed by GitHub
parent c00e345f92
commit 96b4567146
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,12 +6,14 @@ on:
paths: paths:
- zhenxun/** - zhenxun/**
- tests/** - tests/**
- .github/workflows/bot_check.yml
- bot.py - bot.py
pull_request: pull_request:
branches: ["main"] branches: ["main"]
paths: paths:
- zhenxun/** - zhenxun/**
- tests/** - tests/**
- .github/workflows/bot_check.yml
- bot.py - bot.py
jobs: jobs:
@ -54,6 +56,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
if: steps.cache-poetry.outputs.cache-hit != 'true' if: steps.cache-poetry.outputs.cache-hit != 'true'
run: | run: |
rm -rf poetry.lock
poetry source remove aliyun poetry source remove aliyun
poetry install --no-root poetry install --no-root