fix ci cache
This commit is contained in:
parent
3017fb255a
commit
07f3bd4714
1 changed files with 0 additions and 2 deletions
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
|
||||||
|
|
Loading…
Reference in a new issue