ci: cache poetry
This commit is contained in:
parent
97b842a20e
commit
3017fb255a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/entrypoint.yml
vendored
2
.github/workflows/entrypoint.yml
vendored
|
@ -6,6 +6,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
cache: poetry
|
||||
- run: python -m pip install -U pip
|
||||
- run: python -m pip install .
|
||||
- run: matrix-webhook -h
|
||||
|
|
Loading…
Reference in a new issue