We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e734045 commit 81eee10Copy full SHA for 81eee10
.github/workflows/_unit-tests-python.yml
@@ -31,9 +31,9 @@ jobs:
31
uses: actions/setup-python@v5
32
with:
33
python-version: ${{ env.python-version }}
34
- cache: "poetry"
35
- cache-dependency-path: |
36
- ${{ inputs.working-directory }}/poetry.lock
+ # cache: "poetry"
+ # cache-dependency-path: |
+ # ${{ inputs.working-directory }}/poetry.lock
37
- name: Install packages
38
run: sudo apt update; sudo apt install -y ffmpeg libavcodec-extra libsndfile1
39
- name: Install dependencies
0 commit comments