fix (typescript_test) : change cache-key to avoid errors (#2789)
fix(typescript_test.yml): change cache-key to avoid errors
This commit is contained in:
parent
6d291c88c1
commit
afdff210b3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/typescript_test.yml
vendored
3
.github/workflows/typescript_test.yml
vendored
|
|
@ -94,7 +94,8 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
poetry-version: ${{ env.POETRY_VERSION }}
|
||||
cache-key: ${{ runner.os }}-poetry-${{ env.POETRY_VERSION }}-${{ hashFiles('**/poetry.lock') }}
|
||||
cache-key: tests
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
poetry env use ${{ env.PYTHON_VERSION }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue