mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Update bot_check.yml
This commit is contained in:
parent
c00e345f92
commit
96b4567146
3
.github/workflows/bot_check.yml
vendored
3
.github/workflows/bot_check.yml
vendored
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user