Skip to content

Commit 81eee10

Browse files
committed
ci: temporarily disable poetry cache
1 parent e734045 commit 81eee10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/_unit-tests-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ env.python-version }}
34-
cache: "poetry"
35-
cache-dependency-path: |
36-
${{ inputs.working-directory }}/poetry.lock
34+
# cache: "poetry"
35+
# cache-dependency-path: |
36+
# ${{ inputs.working-directory }}/poetry.lock
3737
- name: Install packages
3838
run: sudo apt update; sudo apt install -y ffmpeg libavcodec-extra libsndfile1
3939
- name: Install dependencies

0 commit comments

Comments
 (0)