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