mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
fix ci cache
This commit is contained in:
2
.github/workflows/entrypoint.yml
vendored
2
.github/workflows/entrypoint.yml
vendored
@@ -6,8 +6,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
|
||||||
cache: poetry
|
|
||||||
- run: python -m pip install -U pip
|
- run: python -m pip install -U pip
|
||||||
- run: python -m pip install .
|
- run: python -m pip install .
|
||||||
- run: matrix-webhook -h
|
- run: matrix-webhook -h
|
||||||
|
|||||||
Reference in New Issue
Block a user