mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
ci: cache poetry
This commit is contained in:
parent
97b842a20e
commit
3017fb255a
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 New Issue
Block a user