|
|
@ -16,7 +16,7 @@ jobs:
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
poetry config virtualenvs.create true --local
|
|
|
|
poetry config virtualenvs.create true --local
|
|
|
|
poetry config virtualenvs.in-project true --local
|
|
|
|
poetry config virtualenvs.in-project true --local
|
|
|
|
- uses: actions/cache@v3
|
|
|
|
- uses: actions/cache@v4
|
|
|
|
name: Define a cache for the virtual environment
|
|
|
|
name: Define a cache for the virtual environment
|
|
|
|
file
|
|
|
|
file
|
|
|
|
with:
|
|
|
|
with:
|
|
|
@ -42,7 +42,7 @@ jobs:
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
poetry config virtualenvs.create true --local
|
|
|
|
poetry config virtualenvs.create true --local
|
|
|
|
poetry config virtualenvs.in-project true --local
|
|
|
|
poetry config virtualenvs.in-project true --local
|
|
|
|
- uses: actions/cache@v3
|
|
|
|
- uses: actions/cache@v4
|
|
|
|
name: Define a cache for the virtual environment
|
|
|
|
name: Define a cache for the virtual environment
|
|
|
|
file
|
|
|
|
file
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|